aboutsummaryrefslogtreecommitdiff
path: root/python/python-ldap/python-ldap.SlackBuild
diff options
context:
space:
mode:
authorAndrew Clemons <andrew.clemons@gmail.com>2021-07-24 22:45:34 +1200
committerWilly Sudiarto Raharjo <willysr@slackbuilds.org>2021-07-25 16:56:04 +0700
commit419985236cb12790e819f0b18e5a1cfb5c60cd8d (patch)
tree40f260f0ea3eed7bc3260ef213181bdc62d06382 /python/python-ldap/python-ldap.SlackBuild
parent13c0da6152aba5aa4e4126213ba4c5d5fa437969 (diff)
python/python-ldap: Fix tarball handling.
Signed-off-by: Andrew Clemons <andrew.clemons@gmail.com> Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'python/python-ldap/python-ldap.SlackBuild')
-rw-r--r--python/python-ldap/python-ldap.SlackBuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/python/python-ldap/python-ldap.SlackBuild b/python/python-ldap/python-ldap.SlackBuild
index 3627a124481a..1214b06f2ea9 100644
--- a/python/python-ldap/python-ldap.SlackBuild
+++ b/python/python-ldap/python-ldap.SlackBuild
@@ -70,7 +70,7 @@ rm -rf $PKG
mkdir -p $TMP $PKG $OUTPUT
cd $TMP
rm -rf $PRGNAM-$PRGNAM-$VERSION
-tar xvf $CWD/$PRGNAM-$VERSION.tar.gz
+tar xvf $CWD/$PRGNAM-$PRGNAM-$VERSION.tar.gz
cd $PRGNAM-$PRGNAM-$VERSION
chown -R root:root .
find -L . \