summaryrefslogtreecommitdiff
path: root/python/lxml/lxml.SlackBuild
diff options
context:
space:
mode:
authorLarry Hajali <larryhaja@gmail.com>2016-09-28 08:33:48 -0700
committerWilly Sudiarto Raharjo <willysr@slackbuilds.org>2016-10-01 07:29:22 +0700
commitc3b0fe727d03a2195508f39b50c9c3391b508786 (patch)
tree3ea8044b57518c03fe82e32558fc95c4a28e87dd /python/lxml/lxml.SlackBuild
parentccd8a55df7b461f58bb3a10365900acc69631a13 (diff)
downloadslackbuilds-c3b0fe727d03a2195508f39b50c9c3391b508786.tar.gz
python/lxml: Fix download url
Signed-off-by: Larry Hajali <larryhaja[at]gmail[dot]com>
Diffstat (limited to 'python/lxml/lxml.SlackBuild')
-rw-r--r--python/lxml/lxml.SlackBuild6
1 files changed, 3 insertions, 3 deletions
diff --git a/python/lxml/lxml.SlackBuild b/python/lxml/lxml.SlackBuild
index 165b3de81a..4baf6881f0 100644
--- a/python/lxml/lxml.SlackBuild
+++ b/python/lxml/lxml.SlackBuild
@@ -55,9 +55,9 @@ set -e
rm -rf $PKG
mkdir -p $TMP $PKG $OUTPUT
cd $TMP
-rm -rf $PRGNAM-$VERSION
-tar xvf $CWD/$PRGNAM-$VERSION.tgz
-cd $PRGNAM-$VERSION
+rm -rf $PRGNAM-$PRGNAM-$VERSION
+tar xvf $CWD/$PRGNAM-$PRGNAM-$VERSION.tar.gz
+cd $PRGNAM-$PRGNAM-$VERSION
chown -R root:root .
find -L . \
\( -perm 777 -o -perm 775 -o -perm 750 -o -perm 711 -o -perm 555 \