# HG changeset patch # User Christophe Lincoln # Date 1264170572 -3600 # Node ID 88bc2c555e8c2c20eece281b173b88c6f6954c7b # Parent 7ecd98fa47644e9bcf594b09691b33943f9d851e Fix ISO name when using get-flavor diff -r 7ecd98fa4764 -r 88bc2c555e8c tazlito --- a/tazlito Fri Jan 22 15:11:34 2010 +0100 +++ b/tazlito Fri Jan 22 15:29:32 2010 +0100 @@ -1130,6 +1130,7 @@ cat tazlito.conf | grep -v "^#VOLUM_NAME" | \ sed "s/^VOLUM_NA/VOLUM_NAME=\"SliTaz $FLAVOR\"\\n#VOLUM_NA/" \ > tazlito.conf.$$ && mv tazlito.conf.$$ tazlito.conf + sed -i "s/ISO_NAME=.*/ISO_NAME=\"slitaz-$FLAVOR\"/" tazlito.conf status rm -Rf $TMP_DIR fi