tazpkg diff tazpkg.conf @ rev 427

tazpkg: remove trailing / in package name
author Pascal Bellard <pascal.bellard@slitaz.org>
date Tue Mar 01 22:24:48 2011 +0100 (2011-03-01)
parents 7b162f03d79a
children 51c342baf04a
line diff
     1.1 --- a/tazpkg.conf	Sun Jun 20 21:44:57 2010 +0100
     1.2 +++ b/tazpkg.conf	Tue Mar 01 22:24:48 2011 +0100
     1.3 @@ -4,31 +4,5 @@
     1.4  # Auto-installation of packages dependencies.
     1.5  AUTO_INSTALL_DEPS="yes"
     1.6  
     1.7 -# Path to all packages meta files (lists, receipt, desc).
     1.8 -LOCALSTATE="/var/lib/tazpkg"
     1.9 -
    1.10 -# Path to downloaded packages by get-install command.
    1.11 -CACHE_DIR="/var/cache/tazpkg"
    1.12 -
    1.13  # Path to Tazpkg log file.
    1.14  LOG="/var/log/tazpkg.log"
    1.15 -
    1.16 -# Path to the temporary directory used to extract packages.
    1.17 -TMP_DIR="/tmp/tazpkg-$$-$RANDOM"
    1.18 -
    1.19 -# Packages categories.
    1.20 -CATEGORIES="
    1.21 -base-system
    1.22 -x-window
    1.23 -utilities
    1.24 -network
    1.25 -graphics
    1.26 -multimedia
    1.27 -office
    1.28 -development
    1.29 -system-tools
    1.30 -security
    1.31 -games
    1.32 -misc
    1.33 -meta
    1.34 -non-free"