From 3dd95a8fde1373ec2a2c157af3367c4ed505fe23 Mon Sep 17 00:00:00 2001 From: "alan (NyxTrail)" Date: Fri, 2 Feb 2024 11:04:24 +0000 Subject: [PATCH] Fix ldconfig trigger dh_makeshlibs invokes ldconfig trigger for libwlroots.so.* which is installed under /usr/lib/hyprland. We depend on RPATH on the hyprland binary, so this is not required. Reference: https://wiki.debian.org/RpathIssue --- debian/rules | 2 ++ 1 file changed, 2 insertions(+) diff --git a/debian/rules b/debian/rules index 0856fd5..3e26305 100755 --- a/debian/rules +++ b/debian/rules @@ -8,6 +8,8 @@ %: dh $@ +override_dh_makeshlibs: + : override_dh_auto_install: chrpath -r /usr/lib/hyprland build/Hyprland dh_auto_install -- PREFIX=/usr