tazpkg rev 49

Adding missing DEFAULT_MIRROR variable
author Eric Joseph-Alexandre <erjo@slitaz.org>
date Mon Feb 25 15:46:36 2008 +0100 (2008-02-25)
parents 3071a3b8b089
children 0f79d01481b3
files tazpkg
line diff
     1.1 --- a/tazpkg	Mon Feb 18 11:34:24 2008 +0100
     1.2 +++ b/tazpkg	Mon Feb 25 15:46:36 2008 +0100
     1.3 @@ -55,6 +55,7 @@
     1.4  MIRROR=$LOCALSTATE/mirror
     1.5  PACKAGES_LIST=$LOCALSTATE/packages.list
     1.6  BLOCKED=$LOCALSTATE/blocked-packages.list
     1.7 +DEFAULT_MIRROR="http://download.tuxfamily.org/slitaz/packages/`cat /etc/slitaz-release`/"
     1.8  
     1.9  # Bold red warnig for upgrade.
    1.10  WARNING="\\033[1;31mWARNING\\033[0;39m"