From 6a2bdb4d9d80a62bc461f49f37e4d520399e7a7e Mon Sep 17 00:00:00 2001 From: ferreo Date: Sun, 1 Sep 2024 22:50:00 +0200 Subject: [PATCH] Update debian/rules --- debian/rules | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/debian/rules b/debian/rules index f204209..b8a1794 100755 --- a/debian/rules +++ b/debian/rules @@ -10,7 +10,7 @@ override_dh_auto_install: # 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) - dh_auto_install -- PREFIX='$${DESTDIR}/usr + dh_auto_install -- PREFIX='$${DESTDIR}/usr' override_dh_clean: # call clear target provided by Hyprland