aboutsummaryrefslogtreecommitdiff
path: root/python/python3-xkbcommon/python3-xkbcommon.SlackBuild
diff options
context:
space:
mode:
authorAndrew Clemons <andrew.clemons@gmail.com>2023-02-04 23:15:50 +0900
committerWilly Sudiarto Raharjo <willysr@slackbuilds.org>2023-02-11 09:30:25 +0700
commitc973a24236b54d78fa20ac941acce020d4c50845 (patch)
tree4fab8b8c5fdffd13ecfe4bdc0b040a135a419539 /python/python3-xkbcommon/python3-xkbcommon.SlackBuild
parentaf783683223c2f5569e3d452a9d199c44c7de8ca (diff)
python/python3-xkbcommon: Fix github tarball handling.
Signed-off-by: Andrew Clemons <andrew.clemons@gmail.com> Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'python/python3-xkbcommon/python3-xkbcommon.SlackBuild')
-rw-r--r--python/python3-xkbcommon/python3-xkbcommon.SlackBuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/python/python3-xkbcommon/python3-xkbcommon.SlackBuild b/python/python3-xkbcommon/python3-xkbcommon.SlackBuild
index 95b6967df67d5..5183dfbc933ae 100644
--- a/python/python3-xkbcommon/python3-xkbcommon.SlackBuild
+++ b/python/python3-xkbcommon/python3-xkbcommon.SlackBuild
@@ -69,7 +69,7 @@ rm -rf $PKG
mkdir -p $TMP $PKG $OUTPUT
cd $TMP
rm -rf $SRCNAM-$VERSION
-tar xvf $CWD/$PRGNAM-$VERSION.tar.gz
+tar xvf $CWD/$SRCNAM-$VERSION.tar.gz
cd $SRCNAM-$VERSION
chown -R root:root .
find -L . \