tazlito diff tazlito.conf @ rev 334

Make pot nd msgmerge
author Christophe Lincoln <pankso@slitaz.org>
date Sun Feb 16 15:29:39 2014 +0100 (2014-02-16)
parents 5efb0b404472
children
line diff
     1.1 --- a/tazlito.conf	Sun Mar 06 21:10:08 2011 +0000
     1.2 +++ b/tazlito.conf	Sun Feb 16 15:29:39 2014 +0100
     1.3 @@ -3,11 +3,11 @@
     1.4  #
     1.5  
     1.6  # SliTaz version to use for ISO name and files path.
     1.7 -SLITAZ_VERSION=`cat /etc/slitaz-release`
     1.8 +SLITAZ_VERSION=$(cat /etc/slitaz-release)
     1.9  
    1.10  # Name of the ISO image to generate.
    1.11  ISO_NAME="slitaz-$SLITAZ_VERSION"
    1.12 -#ISO_NAME="slitaz-cooking-`date +%Y%m%d`"
    1.13 +#ISO_NAME="slitaz-cooking-$(date +%Y%m%d)"
    1.14  
    1.15  # ISO image volume name.
    1.16  VOLUM_NAME="SliTaz LiveCD"