Update debian/rules
This commit is contained in:
parent
a3415fbfec
commit
d0834fcb87
12
debian/rules
vendored
12
debian/rules
vendored
@ -1,7 +1,17 @@
|
|||||||
#!/usr/bin/make -f
|
#!/usr/bin/make -f
|
||||||
|
|
||||||
override_dh_auto_build:
|
override_dh_auto_build:
|
||||||
make release
|
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)
|
||||||
|
dh_auto_install -- PREFIX='$${DESTDIR}/usr
|
||||||
|
|
||||||
override_dh_clean:
|
override_dh_clean:
|
||||||
# call clear target provided by Hyprland
|
# call clear target provided by Hyprland
|
||||||
|
Loading…
Reference in New Issue
Block a user