summaryrefslogtreecommitdiffstats
path: root/base/tar
diff options
context:
space:
mode:
authorsibelle <lesibel at gmail dot com>2010-11-20 20:06:11 +0100
committersibelle <lesibel at gmail dot com>2010-11-20 20:06:11 +0100
commit46f74fb23a0b5bce0d0122408a2b631d691184e9 (patch)
treec2d5cf9127aa0672699976294384abf0b63a4386 /base/tar
parent4fdfdafbb64500daa3e3652dfeac178790957ad9 (diff)
downloadnutyx-extra-46f74fb23a0b5bce0d0122408a2b631d691184e9.tar.gz
nutyx-extra-46f74fb23a0b5bce0d0122408a2b631d691184e9.tar.bz2
nutyx-extra-46f74fb23a0b5bce0d0122408a2b631d691184e9.tar.xz
nutyx-extra-46f74fb23a0b5bce0d0122408a2b631d691184e9.zip
tar, ajustement du config
Diffstat (limited to 'base/tar')
-rw-r--r--base/tar/.footprint.old14
-rw-r--r--base/tar/.md5sum2
-rwxr-xr-xbase/tar/Pkgfile2
3 files changed, 16 insertions, 2 deletions
diff --git a/base/tar/.footprint.old b/base/tar/.footprint.old
new file mode 100644
index 000000000..d82cf685b
--- /dev/null
+++ b/base/tar/.footprint.old
@@ -0,0 +1,14 @@
+drwxr-xr-x root/root bin/
+-rwxr-xr-x root/root bin/tar
+drwxr-xr-x root/root usr/
+drwxr-xr-x root/root usr/sbin/
+-rwxr-xr-x root/root usr/sbin/rmt
+drwxr-xr-x root/root usr/share/
+drwxr-xr-x root/root usr/share/info/
+-rw-r--r-- root/root usr/share/info/tar.info-1.gz
+-rw-r--r-- root/root usr/share/info/tar.info-2.gz
+-rw-r--r-- root/root usr/share/info/tar.info.gz
+drwxr-xr-x root/root usr/share/locale/
+drwxr-xr-x root/root usr/share/locale/fr/
+drwxr-xr-x root/root usr/share/locale/fr/LC_MESSAGES/
+-rw-r--r-- root/root usr/share/locale/fr/LC_MESSAGES/tar.mo
diff --git a/base/tar/.md5sum b/base/tar/.md5sum
index be1411af4..3e2e97480 100644
--- a/base/tar/.md5sum
+++ b/base/tar/.md5sum
@@ -1 +1 @@
-41e2ca4b924ec7860e51b43ad06cdb7e tar-1.23.tar.bz2
+1b3b391087f4baf70ccad8bd92e4db11 tar-1.25.tar.xz
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