slitaz-base-files diff rootfs/etc/slitaz/slitaz.conf @ rev 133

slitaz.conf: add tazpkg CACHE_DIR compatibilty
author Christophe Lincoln <pankso@slitaz.org>
date Sat Apr 14 22:33:12 2012 +0200 (2012-04-14)
parents 77fb73e1a9c6
children 3c20ad5a68ea
line diff
     1.1 --- a/rootfs/etc/slitaz/slitaz.conf	Thu Apr 12 22:43:24 2012 +0200
     1.2 +++ b/rootfs/etc/slitaz/slitaz.conf	Sat Apr 14 22:33:12 2012 +0200
     1.3 @@ -3,7 +3,7 @@
     1.4  
     1.5  # Slitaz release.
     1.6  SLITAZ_RELEASE="$(cat /etc/slitaz-release)"
     1.7 -# Compatibility purpose: to be removed
     1.8 +# OLD compatibility --> remove when other tools use SLITAZ_RELEASE
     1.9  SLITAZ_VERSION="$SLITAZ_RELEASE"
    1.10  
    1.11  # Slitaz directory.
    1.12 @@ -54,3 +54,6 @@
    1.13  misc
    1.14  meta
    1.15  non-free"
    1.16 +
    1.17 +# OLD compatibility --> Can be removed when tazpkg.conf have CACHE_DIR
    1.18 +CACHE_DIR="/var/cache/tazpkg"