diff options
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; |