diff options
author | Andrew Clemons <andrew.clemons@gmail.com> | 2023-07-04 20:35:26 +0900 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2023-07-08 16:41:48 +0700 |
commit | b46544391a203b4556446bfaaf9ebbc608b19e54 (patch) | |
tree | 71dc255bea5673c652372e3c00f9012ecab136cb /python/python3-ufolib2/python3-ufolib2.SlackBuild | |
parent | 8c090778cd1df1955e089b99c544ef15fa75b8cf (diff) |
python/python3-ufolib2: Fix github tarball handling.
https://slackbuilds.org/GITHUB_URLs.txt
This avoids having differently named tarballs based on whether the
client respects content disposition headers or not.
Signed-off-by: Andrew Clemons <andrew.clemons@gmail.com>
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'python/python3-ufolib2/python3-ufolib2.SlackBuild')
-rw-r--r-- | python/python3-ufolib2/python3-ufolib2.SlackBuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/python/python3-ufolib2/python3-ufolib2.SlackBuild b/python/python3-ufolib2/python3-ufolib2.SlackBuild index 64abdff116f3..db16cdf70c0d 100644 --- a/python/python3-ufolib2/python3-ufolib2.SlackBuild +++ b/python/python3-ufolib2/python3-ufolib2.SlackBuild @@ -71,8 +71,8 @@ trap 'echo "$0 FAILED at line $LINENO!" | tee -a $OUTPUT/error-${PRGNAM}.log' E rm -rf $PKG mkdir -p $TMP $PKG $OUTPUT cd $TMP -rm -rf $PRGNAM-$VERSION -tar xvf $CWD/$PRGNAM-$VERSION.tar.gz +rm -rf $SRCNAM-$VERSION +tar xvf $CWD/$SRCNAM-$VERSION.tar.gz cd $SRCNAM-$VERSION chown -R root:root . |