tazlito diff tazlito.conf @ rev 469

revision of german messages
author Hans-G?nter Theisgen
date Mon Oct 09 17:13:49 2017 +0100 (2017-10-09)
parents 5efb0b404472
children
line diff
     1.1 --- a/tazlito.conf	Sun Mar 06 21:10:08 2011 +0000
     1.2 +++ b/tazlito.conf	Mon Oct 09 17:13:49 2017 +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"