summaryrefslogtreecommitdiffstats
path: root/gtar/Pkgfile
diff options
context:
space:
mode:
Diffstat (limited to 'gtar/Pkgfile')
-rw-r--r--gtar/Pkgfile7
1 files changed, 6 insertions, 1 deletions
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;