aboutsummaryrefslogtreecommitdiff
path: root/python/python-bitstring/python-bitstring.SlackBuild
diff options
context:
space:
mode:
authorAndrew Clemons <andrew.clemons@gmail.com>2021-07-24 21:37:02 +1200
committerWilly Sudiarto Raharjo <willysr@slackbuilds.org>2021-07-25 16:56:02 +0700
commit703b57fa717831d3ec0e68c3daeddb4ff6cb85d5 (patch)
tree8d11f68e54faafd2526444d9c46e08c632c97f7e /python/python-bitstring/python-bitstring.SlackBuild
parent6a7d816b5f5d57174f539ce9fa09d795530fadb1 (diff)
python/python-bitstring: 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-bitstring/python-bitstring.SlackBuild')
-rw-r--r--python/python-bitstring/python-bitstring.SlackBuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/python/python-bitstring/python-bitstring.SlackBuild b/python/python-bitstring/python-bitstring.SlackBuild
index 21165883f0..a1eb1bafaf 100644
--- a/python/python-bitstring/python-bitstring.SlackBuild
+++ b/python/python-bitstring/python-bitstring.SlackBuild
@@ -71,7 +71,7 @@ rm -rf $PKG
mkdir -p $TMP $PKG $OUTPUT
cd $TMP
rm -rf $SRCNAM-$SRCNAM-$VERSION
-tar xvf $CWD/$SRCNAM-$VERSION.tar.gz
+tar xvf $CWD/$SRCNAM-$SRCNAM-$VERSION.tar.gz
cd $SRCNAM-$SRCNAM-$VERSION
chown -R root:root .
find -L . \