summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAxel Beckert <abe@deuxchevaux.org>2013-09-14 02:57:39 +0200
committerAxel Beckert <abe@deuxchevaux.org>2013-09-14 02:57:39 +0200
commit0614e2d4459e4e8636bf17a0fccfd2500cd398d4 (patch)
tree99b54dad3fcef110b877b37767b32e91386fa4ab
parent8e7e68524f2d71d4be939425142dc5bc66474ba9 (diff)
downloadzsh-0614e2d4459e4e8636bf17a0fccfd2500cd398d4.tar.gz
zsh-0614e2d4459e4e8636bf17a0fccfd2500cd398d4.zip
Remove redundant chmod from debian/rules (done by dh_fixperms anyways)
-rwxr-xr-xdebian/rules5
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/* \