cookutils diff lib/libcookiso.sh @ rev 548

cookiso.conf: Source /etc/slitaz/slitaz.conf file now that SLITAZ_RELEASE is used instead of SLITAZ_VERSION.
author Christopher Rogers <slaxemulator@gmail.com>
date Tue Oct 16 00:14:04 2012 +0000 (2012-10-16)
parents 3974b72eb580
children 28f8e77d183c
line diff
     1.1 --- a/lib/libcookiso.sh	Mon Oct 15 17:39:00 2012 +0000
     1.2 +++ b/lib/libcookiso.sh	Tue Oct 16 00:14:04 2012 +0000
     1.3 @@ -12,7 +12,7 @@
     1.4  MIRROR=$DB/mirror
     1.5  [ -f "/etc/slitaz/cookiso.conf" ] && CONFIG_FILE="/etc/slitaz/cookiso.conf"
     1.6  [ -f "$TOP_DIR/cookiso.conf" ] && CONFIG_FILE="$TOP_DIR/cookiso.conf"
     1.7 -DEFAULT_MIRROR="$MIRROR_URL/packages/$SLITAZ_VERSION/"
     1.8 +DEFAULT_MIRROR="$MIRROR_URL/packages/$SLITAZ_RELEASE/"
     1.9  
    1.10  log=/var/log/cookiso.log
    1.11  if check_root; then