aboutsummaryrefslogtreecommitdiff
path: root/trunk/conf
diff options
context:
space:
mode:
authorrudson <rudson@04377dda-e619-0410-9926-eae83683ac58>2007-02-22 02:35:37 +0000
committerrudson <rudson@04377dda-e619-0410-9926-eae83683ac58>2007-02-22 02:35:37 +0000
commite6eff58eeb8226146f7cb48e86c7f46cf1f6d030 (patch)
treebc8ba327f5f4360a699f9a61117ac8567024882f /trunk/conf
parent9eb3fd3fb792ee13db6c3fc781398c0b2fdfd189 (diff)
downloadsimplepkg-e6eff58eeb8226146f7cb48e86c7f46cf1f6d030.tar.gz
simplepkg-e6eff58eeb8226146f7cb48e86c7f46cf1f6d030.tar.bz2
mkslackbuild: versão 0.9.7 - simplifiquei o menu principal
git-svn-id: svn+slack://slack.fluxo.info/var/svn/simplepkg@194 04377dda-e619-0410-9926-eae83683ac58
Diffstat (limited to 'trunk/conf')
-rw-r--r--trunk/conf/generic.mkSlackBuild.new2
1 files changed, 1 insertions, 1 deletions
diff --git a/trunk/conf/generic.mkSlackBuild.new b/trunk/conf/generic.mkSlackBuild.new
index e1998b0..7f83d0e 100644
--- a/trunk/conf/generic.mkSlackBuild.new
+++ b/trunk/conf/generic.mkSlackBuild.new
@@ -106,7 +106,7 @@ gpg --verify "$SRC_DIR/$SRC.sig" "$SRC_DIR/$SRC" || exit $ERROR_GPG
<untar_source> all
# Untar
-cd "$SRC_DIR"
+cd "$TMP"
tar --no-same-owner --no-same-permissions -xvf "$SRC_DIR/$SRC" || exit $ERROR_TAR
cd "$PKG_SRC"