]> git.proxmox.com Git - pve-manager.git/blob - debian/rules
Fix #1450 : restore setgid bit on pvemailforward binary
[pve-manager.git] / debian / rules
1 #!/usr/bin/make -f
2
3 override_dh_compress:
4 dh_compress -Xaplinfo.dat
5
6 override_dh_strip_nondeterminism:
7 dh_strip_nondeterminism -X.png
8
9 override_dh_usrlocal:
10 # do nothing
11
12 override_dh_fixperms:
13 dh_fixperms
14 find debian -name 'pvemailforward' -exec chown root:www-data {} +
15 find debian -name 'pvemailforward' -exec chmod 2755 {} +
16 find debian -type d -name 'pveproxy' -exec chown www-data:www-data {} +
17 find debian -type d -name 'pveproxy' -exec chmod 700 {} +
18
19 %:
20 dh $@