diff options
author | Lukc <lukc@upyum.com> | 2010-12-12 06:15:26 +0100 |
---|---|---|
committer | Lukc <lukc@upyum.com> | 2010-12-12 06:15:26 +0100 |
commit | f9d4e81eb31075ca9b73b431a08a173e13507fcf (patch) | |
tree | 2fc8316b6c233029ca42139c9ff825d30363a16f /gtar | |
parent | 1b84690a92d2dcd03d225d0369e0d0e4d89c4ac6 (diff) | |
download | opt-f9d4e81eb31075ca9b73b431a08a173e13507fcf.tar.gz opt-f9d4e81eb31075ca9b73b431a08a173e13507fcf.tar.bz2 opt-f9d4e81eb31075ca9b73b431a08a173e13507fcf.tar.xz opt-f9d4e81eb31075ca9b73b431a08a173e13507fcf.zip |
Recette de GNU tar mise à jour.
Diffstat (limited to 'gtar')
-rw-r--r-- | gtar/.footprint | 4 | ||||
-rw-r--r-- | 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; |