diff options
author | Axel Beckert <abe@deuxchevaux.org> | 2013-01-12 23:55:15 +0100 |
---|---|---|
committer | Axel Beckert <abe@deuxchevaux.org> | 2013-01-12 23:55:15 +0100 |
commit | b607fe2e3704e8f150b9c801b9c3246fef3e57f7 (patch) | |
tree | af12d614f00b4eab5e1ec55de73ac0b6d40d6535 | |
parent | 1ee01398a483564ce2feba54ffbe700607f509cb (diff) | |
download | zsh-b607fe2e3704e8f150b9c801b9c3246fef3e57f7.tar.gz zsh-b607fe2e3704e8f150b9c801b9c3246fef3e57f7.zip |
Reduce some occurrences of multiple whitespaces into single ones
-rwxr-xr-x | debian/rules | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/debian/rules b/debian/rules index 5ffa54b8b..deaba3383 100755 --- a/debian/rules +++ b/debian/rules @@ -1,6 +1,6 @@ #!/usr/bin/make -f INSTALL = install -INSTALL_PROGRAM = $(INSTALL) -p -o root -g root -m 755 +INSTALL_PROGRAM = $(INSTALL) -p -o root -g root -m 755 package=zsh ifeq (zsh-beta,$(package)) @@ -161,7 +161,7 @@ endif # functions dh_installexamples -p$(package)-common -X.distfiles - cd debian/$(package)-common/usr/share/doc/$(package)-common/examples/; mv Example Functions + cd debian/$(package)-common/usr/share/doc/$(package)-common/examples/; mv Example Functions sed -i -e '1!b;s:^#!.*[ /]zsh:#!/bin/$(package):;s#/usr/local/bin#/usr/bin#' \ debian/$(package)-common/usr/share/doc/$(package)-common/examples/Misc/* |