Update debian/rules

This commit is contained in:
ferreo 2024-09-01 22:50:00 +02:00
parent 584d5a436b
commit 6a2bdb4d9d

2
debian/rules vendored
View File

@ -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