diff options
author | sibelle <lesibel at gmail dot com> | 2010-11-20 20:06:11 +0100 |
---|---|---|
committer | sibelle <lesibel at gmail dot com> | 2010-11-20 20:06:11 +0100 |
commit | 46f74fb23a0b5bce0d0122408a2b631d691184e9 (patch) | |
tree | c2d5cf9127aa0672699976294384abf0b63a4386 /base/tar/Pkgfile | |
parent | 4fdfdafbb64500daa3e3652dfeac178790957ad9 (diff) | |
download | nutyx-pakxe-46f74fb23a0b5bce0d0122408a2b631d691184e9.tar.gz nutyx-pakxe-46f74fb23a0b5bce0d0122408a2b631d691184e9.tar.bz2 nutyx-pakxe-46f74fb23a0b5bce0d0122408a2b631d691184e9.tar.xz nutyx-pakxe-46f74fb23a0b5bce0d0122408a2b631d691184e9.zip |
tar, ajustement du config
Diffstat (limited to 'base/tar/Pkgfile')
-rwxr-xr-x | base/tar/Pkgfile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/base/tar/Pkgfile b/base/tar/Pkgfile index 26f491921..548522479 100755 --- a/base/tar/Pkgfile +++ b/base/tar/Pkgfile @@ -10,7 +10,7 @@ source=(http://ftp.gnu.org/gnu/$name/$name-$version.tar.xz) build() { cd $name-$version -./configure --prefix=/usr \ +FORCE_UNSAFE_CONFIGURE=1 ./configure --prefix=/usr \ --bindir=/bin \ --libexecdir=/usr/sbin make |