diff options
Diffstat (limited to 'patches/python')
| -rwxr-xr-x | patches/python/python.SlackBuild | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/patches/python/python.SlackBuild b/patches/python/python.SlackBuild index 4b96474d..a6532552 100755 --- a/patches/python/python.SlackBuild +++ b/patches/python/python.SlackBuild @@ -142,7 +142,7 @@ cp -a README $PKG/usr/doc/python-$VERSION  cp -a Misc $PKG/usr/doc/python-$VERSION  ( cd $PKG/usr/doc/python-$VERSION ; mkdir html )  ( cd $PKG/usr/doc/python-$VERSION/html -  tar xjvf $CWD/html-$VERSION.tar.bz2 +  tar xjvf $SRC_DIR/html-$VERSION.tar.bz2    chown -R root:root .  )  ( cd $PKG/usr/bin | 
