Changeset 2111


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

fix makefile syntax again

File:
1 edited

Legend:

Unmodified
Added
Removed
  • alternc/trunk/debian/rules

    r2110 r2111  
    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 debian/alternc/var/alternc/${sub}/${i} 
    68                         chown www-data debian/alternc/var/alternc/${sub}/${i} 
    69                 done 
     63        for sub in dns dns/redir mail html apacheconf; do \ 
     64                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 \ 
     65                        mkdir -p debian/alternc/var/alternc/${sub}/${i} ;\ 
     66                        chown www-data debian/alternc/var/alternc/${sub}/${i} ;\ 
     67                done ;\ 
    7068        done 
    7169 
Note: See TracChangeset for help on using the changeset viewer.