[Pkg-zfsonlinux-devel] [SCM] zfs branch, master, updated. upstream/0.6.4.2-650-g97487d0
Aron Xu
aron at debian.org
Sun Nov 22 08:34:14 UTC 2015
The following commit has been merged in the master branch:
commit 97487d06b31bfce5a89bbc6777fc2c8b86474233
Author: Aron Xu <aron at debian.org>
Date: Sun Nov 22 15:51:16 2015 +0800
Remove executable bit from files not intended to be run
diff --git a/debian/rules b/debian/rules
index 4d60eab..8e5e2d8 100755
--- a/debian/rules
+++ b/debian/rules
@@ -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)
--
OpenZFS on Linux
More information about the Pkg-zfsonlinux-devel
mailing list