Update rules
This commit is contained in:
parent
5acfed29eb
commit
0fa537fbf0
4
debian/rules
vendored
4
debian/rules
vendored
@ -56,6 +56,9 @@ srcdir = $(shell debian/scripts/get_pwd.sh)
|
|||||||
## Note : overrides must be places above %:
|
## Note : overrides must be places above %:
|
||||||
## So here's a few examples:
|
## So here's a few examples:
|
||||||
|
|
||||||
|
override_dh_auto_build:
|
||||||
|
cd hyprland-share-picker && make all && cd ..
|
||||||
|
|
||||||
## overriding dh_clean to make it not delete rust vendor files:
|
## overriding dh_clean to make it not delete rust vendor files:
|
||||||
#override_dh_clean:
|
#override_dh_clean:
|
||||||
# echo "disabled"
|
# echo "disabled"
|
||||||
@ -67,7 +70,6 @@ srcdir = $(shell debian/scripts/get_pwd.sh)
|
|||||||
## overriding dh_install to install files to a package:
|
## overriding dh_install to install files to a package:
|
||||||
override_dh_install:
|
override_dh_install:
|
||||||
install -d $(pkgdir)/usr/bin
|
install -d $(pkgdir)/usr/bin
|
||||||
cd hyprland-share-picker && make all && cd ..
|
|
||||||
cp $(srcdir)/hyprland-share-picker/build/hyprland-share-picker $(pkgdir)/usr/bin
|
cp $(srcdir)/hyprland-share-picker/build/hyprland-share-picker $(pkgdir)/usr/bin
|
||||||
|
|
||||||
## === End end of region ===
|
## === End end of region ===
|
||||||
|
Loading…
Reference in New Issue
Block a user