From de03d7ba57141b448c3b18e7aa65104d29caf573 Mon Sep 17 00:00:00 2001 From: "alan (NyxTrail)" Date: Sun, 4 Feb 2024 07:53:54 +0000 Subject: [PATCH] Fix perms on hyprland.pc --- README.Debian | 8 -------- rules | 3 +++ 2 files changed, 3 insertions(+), 8 deletions(-) delete mode 100644 README.Debian diff --git a/README.Debian b/README.Debian deleted file mode 100644 index e8682a9..0000000 --- a/README.Debian +++ /dev/null @@ -1,8 +0,0 @@ -hyprland for Debian - -Please edit this to provide information specific to -this hyprland Debian package. - - (Automatically generated by debmake Version 4.4.0) - - -- Alan M Varghese (NyxTrail) Sun, 21 Jan 2024 19:39:47 +0000 diff --git a/rules b/rules index 016b9c0..c9a56be 100755 --- a/rules +++ b/rules @@ -14,6 +14,9 @@ override_dh_makeshlibs: : override_dh_auto_install: chrpath -r /usr/lib/hyprland build/Hyprland + # 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)