From b607fe2e3704e8f150b9c801b9c3246fef3e57f7 Mon Sep 17 00:00:00 2001 From: Axel Beckert Date: Sat, 12 Jan 2013 23:55:15 +0100 Subject: Reduce some occurrences of multiple whitespaces into single ones --- debian/rules | 4 ++-- 1 file 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/* -- cgit v1.2.3