Update rules

This commit is contained in:
ferrreo 2023-10-19 19:42:05 +01:00 committed by GitHub
parent e214d31abf
commit 02f8fe8538
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

4
debian/rules vendored
View File

@ -56,8 +56,8 @@ 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: override_dh_build:
cd hyprland-share-picker && make all && cd .. make all
## 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: