From 84523c4165e4af4882e727881650249e64544230 Mon Sep 17 00:00:00 2001 From: rhatto Date: Thu, 2 Nov 2006 21:58:58 +0000 Subject: python: small fix git-svn-id: svn+slack://slack.fluxo.info/var/svn/slackbuilds@573 370017ae-e619-0410-ac65-c121f96126d4 --- patches/python/python.SlackBuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 {} \; -- cgit v1.2.3