From bd3cd1b16eec011def162a132c453e54bf588a2d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Antoine=20Beaupr=C3=A9?= Date: Thu, 10 Apr 2008 19:32:17 +0000 Subject: [PATCH] fix indentation --- debian/rules | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/debian/rules b/debian/rules index 9c3f35c2..a2ba364e 100755 --- a/debian/rules +++ b/debian/rules @@ -60,14 +60,14 @@ install: build chown -R www-data:www-data debian/alternc/var/log/alternc chown -R www-data:www-data debian/alternc/var/alternc/tmp - for sub in dns dns/redir mail html apacheconf - do - for i in a b c d e f g h i j k l m n o p q r s t u v w x y z _ 0 1 2 3 4 5 6 7 8 9 - do - mkdir -p $DATA/$sub/$i - chown www-data $DATA/$sub/$i - done - done + for sub in dns dns/redir mail html apacheconf + do + for i in a b c d e f g h i j k l m n o p q r s t u v w x y z _ 0 1 2 3 4 5 6 7 8 9 + do + mkdir -p $DATA/$sub/$i + chown www-data $DATA/$sub/$i + done + done chmod a+x debian/alternc/usr/share/alternc/install/alternc.install chmod a+x debian/alternc/usr/share/alternc/install/dopo.sh