tazlito diff tazlito @ rev 210

Move FLAVORS_REPOSITORY to config file
author Christophe Lincoln <pankso@slitaz.org>
date Thu Feb 24 13:33:47 2011 +0100 (2011-02-24)
parents 252509ca5d6d
children 781cbd98dd52
line diff
     1.1 --- a/tazlito	Sat Jan 01 17:56:45 2011 +0100
     1.2 +++ b/tazlito	Thu Feb 24 13:33:47 2011 +0100
     1.3 @@ -7,12 +7,12 @@
     1.4  # and/or a new ISO. Most commands must be run by root, except the stats
     1.5  # and the configuration file manipulation.
     1.6  #
     1.7 -# (C) 2007-2010 SliTaz - GNU General Public License.
     1.8 +# (C) 2007-2011 SliTaz - GNU General Public License.
     1.9  #
    1.10  # Authors : Christophe Lincoln <pankso@slitaz.org>
    1.11  #           Pascal Bellard <pascal.bellard@slitaz.org>
    1.12  #
    1.13 -VERSION=3.3
    1.14 +VERSION=3.5
    1.15  
    1.16  # Tazlito configuration variables to be shorter
    1.17  # and to use words rather than numbers.
    1.18 @@ -61,7 +61,6 @@
    1.19  # configuration variable.
    1.20  ROOTFS=$DISTRO/rootfs
    1.21  ROOTCD=$DISTRO/rootcd
    1.22 -FLAVORS_REPOSITORY=/home/slitaz/flavors
    1.23  
    1.24  #####################
    1.25  # Tazlito functions #