tazpkg annotate tazpkg.conf @ rev 962

tazpkg.conf: Busybox 1.28+ support
author Pascal Bellard <pascal.bellard@slitaz.org>
date Tue Feb 20 09:56:31 2018 +0100 (2018-02-20)
parents a02e36d44d06
children 440f0df6d457
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
pascal@962 13 # Busybox 1.28+ flag for out of tree symlink targets
pascal@962 14 export EXTRACT_UNSAFE_SYMLINKS=1
mojo@618 15