diff options
author | Olaf van der Spek <olafvdspek@gmail.com> | 2010-06-03 13:35:23 +0000 |
---|---|---|
committer | Olaf van der Spek <olafvdspek@gmail.com> | 2010-06-03 13:35:23 +0000 |
commit | 2362aee129f0c52e828fc535c94984dd4ec6560d (patch) | |
tree | 4476865fe79e327fb8135ce9cec4c159699d81f0 | |
parent | aae1b5ebdaf151908a3bd03dbea186256b290ef1 (diff) | |
download | lighttpd-2362aee129f0c52e828fc535c94984dd4ec6560d.tar.gz |
Remove chmod a+x, those files have +x already (via SVN)
-rwxr-xr-x | debian/rules | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/debian/rules b/debian/rules index 6da2542..9ab4029 100755 --- a/debian/rules +++ b/debian/rules @@ -22,10 +22,6 @@ install: install-stamp install-stamp: build-stamp dh --before dh_auto_install install dh_auto_install - chmod a+x debian/create-mime.assign.pl - chmod a+x debian/include-conf-enabled.pl - chmod a+x debian/lighty-enable-mod - chmod a+x debian/use-ipv6.pl dh --after dh_auto_install install touch $@ |