tazpkg view tazpkg.conf @ rev 517

tazpkg: Fixed PACKAGE_FILE to not cause '/usr/bin/tazpkg: cd: line 46: can't cd to .' errors. This happened cause dirname just equal '.' if there is no folder in $PACKAGE variable. This fix shouldn't cause any problems anyways.
author Christopher Rogers <slaxemulator@gmail.com>
date Sun Jul 10 21:38:15 2011 +0000 (2011-07-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"