diff options
author | Andrew Clemons <andrew.clemons@gmail.com> | 2022-04-17 10:28:17 +1200 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2022-04-24 01:47:14 +0700 |
commit | 2c070ebb43fa1481969b588ea3d1c3357ff738e6 (patch) | |
tree | 59964a6f74942f2837e6aedb225abd36af6bb2c7 /python/python-xkbcommon/python-xkbcommon.SlackBuild | |
parent | d13a5dd3de9deebb49103d435cb0fff5722dcc2a (diff) |
python/python-xkbcommon: Fix github tarball handling.
Use the download URL which matches the content-disposition.
Signed-off-by: Andrew Clemons <andrew.clemons@gmail.com>
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'python/python-xkbcommon/python-xkbcommon.SlackBuild')
-rw-r--r-- | python/python-xkbcommon/python-xkbcommon.SlackBuild | 8 |
1 files changed, 3 insertions, 5 deletions
diff --git a/python/python-xkbcommon/python-xkbcommon.SlackBuild b/python/python-xkbcommon/python-xkbcommon.SlackBuild index 85f0e6048a..a48de5f959 100644 --- a/python/python-xkbcommon/python-xkbcommon.SlackBuild +++ b/python/python-xkbcommon/python-xkbcommon.SlackBuild @@ -30,8 +30,6 @@ BUILD=${BUILD:-1} TAG=${TAG:-_SBo} PKGTYPE=${PKGTYPE:-tgz} -SRCNAM=xkbcommon - if [ -z "$ARCH" ]; then case "$( uname -m )" in i?86) ARCH=i586 ;; @@ -71,9 +69,9 @@ set -e rm -rf $PKG mkdir -p $TMP $PKG $OUTPUT cd $TMP -rm -rf python-$SRCNAM-$VERSION -tar xvf $CWD/$SRCNAM-$VERSION.tar.gz -cd python-$SRCNAM-$VERSION +rm -rf $PRGNAM-$VERSION +tar xvf $CWD/$PRGNAM-$VERSION.tar.gz +cd $PRGNAM-$VERSION chown -R root:root . find -L . \ \( -perm 777 -o -perm 775 -o -perm 750 -o -perm 711 -o -perm 555 \ |