aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorrhatto <rhatto@370017ae-e619-0410-ac65-c121f96126d4>2006-11-02 21:58:58 +0000
committerrhatto <rhatto@370017ae-e619-0410-ac65-c121f96126d4>2006-11-02 21:58:58 +0000
commit84523c4165e4af4882e727881650249e64544230 (patch)
treeaff89238702f976567638d0c77204fb5c71bba9a
parentbf976b6d7f2a906b5a0b5477996e529a24bfde13 (diff)
downloadslackbuilds-84523c4165e4af4882e727881650249e64544230.tar.gz
slackbuilds-84523c4165e4af4882e727881650249e64544230.tar.bz2
python: small fix
git-svn-id: svn+slack://slack.fluxo.info/var/svn/slackbuilds@573 370017ae-e619-0410-ac65-c121f96126d4
-rwxr-xr-xpatches/python/python.SlackBuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/patches/python/python.SlackBuild b/patches/python/python.SlackBuild
index 9a5cab3a..e7d5e293 100755
--- a/patches/python/python.SlackBuild
+++ b/patches/python/python.SlackBuild
@@ -87,7 +87,7 @@ fi
cd $TMP
rm -rf Python-$VERSION
-tar xjvf $CWD/Python-$VERSION.tar.bz2 || exit $ERROR_TAR
+tar xjvf $SRC_DIR/Python-$VERSION.tar.bz2 || exit $ERROR_TAR
cd Python-$VERSION
chown -R root:root .
find . -type d -exec chmod 755 {} \;