tazlito diff tazlito @ rev 4

Add a Makefile and modified tazlito config path
author Christophe Lincoln <pankso@slitaz.org>
date Sat Dec 01 12:10:11 2007 +0100 (2007-12-01)
parents 7d3e4644fbb9
children 159c6264d500
line diff
     1.1 --- a/tazlito	Sat Dec 01 11:54:15 2007 +0100
     1.2 +++ b/tazlito	Sat Dec 01 12:10:11 2007 +0100
     1.3 @@ -10,7 +10,7 @@
     1.4  # (C) 2007 SliTaz - GNU General Public License.
     1.5  # Author : <pankso@slitaz.org>
     1.6  #
     1.7 -VERSION=1.1
     1.8 +VERSION=1.2pre
     1.9  
    1.10  # Tazlito configuration variables to be shorter
    1.11  # and to use words rater than numbers.
    1.12 @@ -21,9 +21,9 @@
    1.13  INITRAMFS=rootfs.gz
    1.14  
    1.15  # Try to include config file, continue if command is gen-config or exit.
    1.16 -# The main config is in /etc used by default.
    1.17 -if [ -f "/etc/slitaz-tools/tazlito.conf" ] ; then
    1.18 -	CONFIG_FILE="/etc/slitaz-tools/tazlito.conf"
    1.19 +# The main config used by default is in /etc/tazlito.
    1.20 +if [ -f "/etc/tazlito/tazlito.conf" ] ; then
    1.21 +	CONFIG_FILE="/etc/tazlito/tazlito.conf"
    1.22  fi
    1.23  # Specific distro config file can be put in a distro tree.
    1.24  if [ -f "$TOP_DIR/tazlito.conf" ] ; then