diff options
author | Axel Beckert <abe@deuxchevaux.org> | 2013-09-14 02:57:39 +0200 |
---|---|---|
committer | Axel Beckert <abe@deuxchevaux.org> | 2013-09-14 02:57:39 +0200 |
commit | 0614e2d4459e4e8636bf17a0fccfd2500cd398d4 (patch) | |
tree | 99b54dad3fcef110b877b37767b32e91386fa4ab | |
parent | 8e7e68524f2d71d4be939425142dc5bc66474ba9 (diff) | |
download | zsh-0614e2d4459e4e8636bf17a0fccfd2500cd398d4.tar.gz zsh-0614e2d4459e4e8636bf17a0fccfd2500cd398d4.zip |
Remove redundant chmod from debian/rules (done by dh_fixperms anyways)
-rwxr-xr-x | debian/rules | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/debian/rules b/debian/rules index acd39bf2f..bf6005ad9 100755 --- a/debian/rules +++ b/debian/rules @@ -160,11 +160,6 @@ binary-arch-dynamic: build-arch debian/zsh-common/usr/share/zsh/functions/Misc/run-help sed -i -e '1!b;s:^#!.*[ /]zsh:#!/bin/zsh:;s#/usr/local/bin#/usr/bin#;' \ `find debian/zsh-common/usr/share/zsh/functions -type f` - chmod 755 debian/zsh-common/usr/share/zsh/functions/Misc/checkmail \ - debian/zsh-common/usr/share/zsh/functions/Misc/harden \ - debian/zsh-common/usr/share/zsh/functions/Misc/run-help \ - debian/zsh-common/usr/share/zsh/functions/Misc/zkbd \ - debian/zsh-common/usr/share/zsh/functions/Misc/zcalc dh_shlibdeps -pzsh -pzsh-dbg -- \ -dDepends debian/zsh/bin/* \ |