tazpkg view tazpkg.conf @ rev 976

misc typos
author Pascal Bellard <pascal.bellard@slitaz.org>
date Tue Nov 09 12:03:43 2021 +0000 (2021-11-09)
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