tazpkg
view tazpkg.conf @ rev 594
tazpkg: we dont need get_options, libtaz.sh store options by default
author |
Christophe Lincoln <pankso@slitaz.org> |
date |
Mon Apr 23 23:36:29 2012 +0200 (2012-04-23) |
parents |
8fbdfe3d61ea |
children |
f6a396cabb19 |
line source
1 # /etc/slitaz/tazpkg.conf: SliTaz package manager configuration file.
4 # Auto-installation of packages dependencies.
5 AUTO_INSTALL_DEPS="yes"
7 # Path to Tazpkg log file.
8 LOG="$SLITAZ_LOGS/tazpkg.log"
10 # Packages cache directory.
11 CACHE_DIR="/var/cache/tazpkg"