tazpkg view tazpkg.conf @ rev 523

tazpkg: Don't remove 2>/dev/null in $PACKAGE_DIR. There is no need to use [ -n $PACKAGE ] in $PACKAGE_DIR since its only used once in $PACKAGE_FILE and it don't stop 'can't cd '.'' errors. Also I don't think [ -n $PACKAGE ] fixed this problem.
author Christopher Rogers <slaxemulator@gmail.com>
date Wed Aug 10 10:56:10 2011 +0000 (2011-08-10)
parents bed335284b2e
children b52c1a1105e2
line source
1 # /etc/slitaz/tazpkg.conf: SliTaz package manager configuration file.
2 #
4 # Auto-installation of packages dependencies.
5 AUTO_INSTALL_DEPS="yes"
7 # Path to Tazpkg log file.
8 LOG="/var/log/tazpkg.log"
10 # The geometry of the desktop notification
11 NOTIFY_GEOM="360x80-0+24"