From e53eb59bebb9001d59a89a579d3b0ffa448d52d5 Mon Sep 17 00:00:00 2001 From: ferreo Date: Sun, 1 Sep 2024 22:46:41 +0200 Subject: [PATCH] Update debian/rules --- debian/rules | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/debian/rules b/debian/rules index 03c49fd..f204209 100755 --- a/debian/rules +++ b/debian/rules @@ -1,13 +1,12 @@ #!/usr/bin/make -f override_dh_auto_build: - dh_auto_build -- PREFIX=/usr all + dh_auto_build -- PREFIX=/usr all override_dh_auto_install: # Fix permission on hyprland.pc (Hyprland sets 777 on everything in # build/ directory) chmod 644 build/hyprland.pc - # dh_auto_install auto detects the correct DESTDIR. # Modify PREFIX so that this DESTDIR is actually taken into account. # (Upstream Makefile supports PREFIX, but not DESTDIR) @@ -16,7 +15,7 @@ override_dh_auto_install: override_dh_clean: # call clear target provided by Hyprland make clear - dh_clean + dh_clean %: dh $@