# HG changeset patch # User Pascal Bellard # Date 1519116991 -3600 # Node ID 7ac4ede6e0967b86db3952a5652bf8de61554d15 # Parent 8e860e67313e0f698abe8384032fed6e59990ac9 tazpkg.conf: Busybox 1.28+ support diff -r 8e860e67313e -r 7ac4ede6e096 tazpkg.conf --- a/tazpkg.conf Tue Feb 06 23:26:49 2018 +0200 +++ b/tazpkg.conf Tue Feb 20 09:56:31 2018 +0100 @@ -10,4 +10,6 @@ # Packages cache directory. CACHE_DIR="/var/cache/tazpkg" +# Busybox 1.28+ flag for out of tree symlink targets +export EXTRACT_UNSAFE_SYMLINKS=1