tazpkg view tazpkg.conf @ rev 967

fr.po: tiny edit
author Pascal Bellard <pascal.bellard@slitaz.org>
date Tue May 08 08:23:30 2018 +0200 (2018-05-08)
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