]> git.proxmox.com Git - mirror_zfs-debian.git/commitdiff
Remove executable bit from files not intended to be run
authorAron Xu <aron@debian.org>
Sun, 22 Nov 2015 07:51:16 +0000 (15:51 +0800)
committerAron Xu <aron@debian.org>
Sun, 22 Nov 2015 07:51:16 +0000 (15:51 +0800)
debian/rules

index 4d60eabb4a6fa9c4a03a11206e6d3fa2a06e7270..8e5e2d88416303d7bb7885804c341e39498f5d19 100755 (executable)
@@ -94,6 +94,9 @@ override_dh_auto_install:
                rm $${i}; \
        done
 
+       chmod -x $(CURDIR)/debian/tmp/etc/zfs/zfs-functions
+       chmod -x $(CURDIR)/debian/tmp/etc/default/zfs
+
 override_dh_dkms:
        dh_dkms -V $(VERSION)