Instead of fixing up permissions manually as the make install target is actually responsible for this (and already doing it). Signed-off-by: Wolfgang Bumiller <w.bumiller@proxmox.com>
14 lines
219 B
Makefile
Executable File
14 lines
219 B
Makefile
Executable File
#!/usr/bin/make -f
|
|
|
|
override_dh_compress:
|
|
dh_compress -Xaplinfo.dat
|
|
|
|
override_dh_strip_nondeterminism:
|
|
dh_strip_nondeterminism -X.png
|
|
|
|
override_dh_fixperms:
|
|
dh_fixperms -Xpvemailforward -Xvar/log/pveproxy
|
|
|
|
%:
|
|
dh $@
|