tazpkg view 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
line source
1 # @@sysconfdir@@/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="$SLITAZ_LOGS/tazpkg.log"
10 # Packages cache directory.
11 CACHE_DIR="/var/cache/tazpkg"
13 # Busybox 1.28+ flag for out of tree symlink targets
14 export EXTRACT_UNSAFE_SYMLINKS=1