aboutsummaryrefslogtreecommitdiff
path: root/trunk/mkbuild/generic.mkSlackBuild
diff options
context:
space:
mode:
authorrudson <rudson@04377dda-e619-0410-9926-eae83683ac58>2007-11-05 17:23:06 +0000
committerrudson <rudson@04377dda-e619-0410-9926-eae83683ac58>2007-11-05 17:23:06 +0000
commit7992b9b7d4257cf976cb3954e4fc35428e3f92bf (patch)
treeb8a8799ce07296dae88d6f22f1eed6de05211a4f /trunk/mkbuild/generic.mkSlackBuild
parent0d5e3cee3bacba5e41898e599f189bb6ee0381c5 (diff)
downloadsimplepkg-7992b9b7d4257cf976cb3954e4fc35428e3f92bf.tar.gz
simplepkg-7992b9b7d4257cf976cb3954e4fc35428e3f92bf.tar.bz2
mkbuild-1.1.1: adição dos campos UNPACKER e UNPACKER FLAGS
git-svn-id: svn+slack://slack.fluxo.info/var/svn/simplepkg@451 04377dda-e619-0410-9926-eae83683ac58
Diffstat (limited to 'trunk/mkbuild/generic.mkSlackBuild')
-rw-r--r--trunk/mkbuild/generic.mkSlackBuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/trunk/mkbuild/generic.mkSlackBuild b/trunk/mkbuild/generic.mkSlackBuild
index 777deac..18ecc6a 100644
--- a/trunk/mkbuild/generic.mkSlackBuild
+++ b/trunk/mkbuild/generic.mkSlackBuild
@@ -139,7 +139,7 @@ gpg --verify "$SRC_DIR/$SRC.sig" "$SRC_DIR/$SRC" || exit $ERROR_GPG
<untar_source> off
# Untar
cd "$TMP"
-tar --no-same-owner --no-same-permissions -xvf "$SRC_DIR/$SRC" || exit $ERROR_TAR
+[[UNPACKER]] [[UNPACKER FLAGS]] "$SRC_DIR/$SRC" || exit $ERROR_TAR
cd "$PKG_SRC"
</untar_source>