tazpkg annotate tazpkg.conf @ rev 954

modules/install: PKG_SUM restores update new build detection
author Richard Dunbar <mojo@slitaz.org>
date Fri Nov 03 16:10:39 2017 -0400 (2017-11-03)
parents 5317ffe7bfbb
children 7ac4ede6e096
rev   line source
al@840 1 # @@sysconfdir@@/slitaz/tazpkg.conf: SliTaz package manager configuration file.
pankso@307 2 #
pankso@307 3
pankso@308 4 # Auto-installation of packages dependencies.
pankso@308 5 AUTO_INSTALL_DEPS="yes"
pankso@308 6
al@633 7 # Path to TazPkg log file.
mojo@618 8 LOG="$SLITAZ_LOGS/tazpkg.log"
pankso@586 9
pankso@586 10 # Packages cache directory.
pankso@586 11 CACHE_DIR="/var/cache/tazpkg"
border@617 12
mojo@618 13