]> git.proxmox.com Git - mirror_zfs-debian.git/commit
Fix build breakage caused by nonstandard umask
authorLukas Wunner <lukas@wunner.de>
Sat, 28 Jan 2017 20:37:06 +0000 (21:37 +0100)
committerAron Xu <aron@debian.org>
Tue, 31 Jan 2017 12:51:53 +0000 (20:51 +0800)
commit84dc3e0481ba375d01d7094bd2049ca0842d70ff
treeab16e7a6a466819ff647f0292472b00f7c791835
parent94b699fe4012bf0806e4ecf0d875092b55ff1254
Fix build breakage caused by nonstandard umask

If the user has set umask 077 instead of the standard 022,
dpkg-buildpackage fails with:

chmod -x debian/tmp/etc/zfs/zfs-functions
chmod: debian/tmp/etc/zfs/zfs-functions: new permissions are rw-r-xr-x, not rw-r--r--
debian/rules:64: recipe for target 'override_dh_auto_install' failed

Signed-off-by: Lukas Wunner <lukas@wunner.de>
debian/rules