From f9d4e81eb31075ca9b73b431a08a173e13507fcf Mon Sep 17 00:00:00 2001 From: Lukc Date: Sun, 12 Dec 2010 06:15:26 +0100 Subject: Recette de GNU tar mise à jour. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- gtar/.footprint | 4 ++-- gtar/Pkgfile | 7 ++++++- 2 files changed, 8 insertions(+), 3 deletions(-) diff --git a/gtar/.footprint b/gtar/.footprint index fa14803..f8099b7 100644 --- a/gtar/.footprint +++ b/gtar/.footprint @@ -1,9 +1,9 @@ drwxr-xr-x root/root bin/ --rwxr-xr-x root/root bin/tar +-rwxr-xr-x root/root bin/gtar drwxr-xr-x root/root usr/ drwxr-xr-x root/root usr/libexec/ drwxr-xr-x root/root usr/libexec/gtar/ --rwxr-xr-x root/root usr/libexec/gtar/rmt +-rwxr-xr-x root/root usr/libexec/gtar/grmt drwxr-xr-x root/root usr/share/ drwxr-xr-x root/root usr/share/info/ -rw-r--r-- root/root usr/share/info/dir diff --git a/gtar/Pkgfile b/gtar/Pkgfile index 4610aaa..c97f9aa 100644 --- a/gtar/Pkgfile +++ b/gtar/Pkgfile @@ -12,7 +12,12 @@ build () { cd tar-$version; patch -p1 -i $SRC/tar-rootp.patch; - ./configure --prefix= --libexec=$libexecdir/gtar $(use_enable nls) FORCE_UNSAFE_CONFIGURE=1; + ./configure \ + --prefix= \ + --libexec=$libexecdir/gtar \ + --program-prefix=g \ + $(use_enable nls) \ + FORCE_UNSAFE_CONFIGURE=1; make; make DESTDIR=$PKG install; rm -rf $PKG/sbin; -- cgit v1.2.3-54-g00ecf