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/Pkgfile | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) (limited to 'gtar/Pkgfile') 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