tazpkg view tazpkg.conf @ rev 971

modules/get: fix plain mode and cookmode again
author Aleksej Bobylev <al.bobylev@gmail.com>
date Mon Nov 26 20:27:56 2018 +0200 (2018-11-26)
parents 7ac4ede6e096
children
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 # The geometry of the desktop notification
14 NOTIFY_GEOM="360x80-0+24"
16 # Busybox 1.28+ flag for out of tree symlink targets
17 export EXTRACT_UNSAFE_SYMLINKS=1