tazlito rev 124

Fix ISO name when using get-flavor
author Christophe Lincoln <pankso@slitaz.org>
date Fri Jan 22 15:29:32 2010 +0100 (2010-01-22)
parents 7ecd98fa4764
children f7f4b49a4889
files tazlito
line diff
     1.1 --- a/tazlito	Fri Jan 22 15:11:34 2010 +0100
     1.2 +++ b/tazlito	Fri Jan 22 15:29:32 2010 +0100
     1.3 @@ -1130,6 +1130,7 @@
     1.4  			cat tazlito.conf | grep -v "^#VOLUM_NAME" | \
     1.5  			sed "s/^VOLUM_NA/VOLUM_NAME=\"SliTaz $FLAVOR\"\\n#VOLUM_NA/" \
     1.6  				> tazlito.conf.$$ && mv tazlito.conf.$$ tazlito.conf
     1.7 +			sed -i "s/ISO_NAME=.*/ISO_NAME=\"slitaz-$FLAVOR\"/" tazlito.conf
     1.8  			status
     1.9  			rm -Rf $TMP_DIR
    1.10  		fi