tazpkg view tazpkg.conf @ rev 963

modules/install: prefex "exact" packages over than "provided" packages.
In other words when requested "linux-agp": prefer "linux-agp" (if it exists) over the "linux-libre-agp".
author Aleksej Bobylev <al.bobylev@gmail.com>
date Mon Feb 26 00:54:19 2018 +0200 (2018-02-26)
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