Ignore:
Timestamp:
04/10/08 21:32:17 (5 years ago)
Author:
anarcat
Message:

fix indentation

File:
1 edited

Legend:

Unmodified
Added
Removed
  • alternc/trunk/debian/rules

    r2108 r2109  
    6161        chown -R www-data:www-data debian/alternc/var/alternc/tmp 
    6262 
    63     for sub in dns dns/redir mail html apacheconf 
    64     do 
    65         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 
    66             do 
    67             mkdir -p $DATA/$sub/$i 
    68             chown www-data $DATA/$sub/$i 
    69         done 
    70     done 
     63        for sub in dns dns/redir mail html apacheconf 
     64        do 
     65                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 
     66                do 
     67                        mkdir -p $DATA/$sub/$i 
     68                        chown www-data $DATA/$sub/$i 
     69                done 
     70        done 
    7171 
    7272        chmod a+x debian/alternc/usr/share/alternc/install/alternc.install 
Note: See TracChangeset for help on using the changeset viewer.