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 | a3c78e5a68db9cf1de06fe9647379fafb70d5d9c (patch) | |
tree | 899aa00bcb9332077a4c2ec184d1687ae88434e8 /python/python3-uharfbuzz/python3-uharfbuzz.SlackBuild | |
parent | b46544391a203b4556446bfaaf9ebbc608b19e54 (diff) |
python/python3-uharfbuzz: 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-uharfbuzz/python3-uharfbuzz.SlackBuild')
-rw-r--r-- | python/python3-uharfbuzz/python3-uharfbuzz.SlackBuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/python/python3-uharfbuzz/python3-uharfbuzz.SlackBuild b/python/python3-uharfbuzz/python3-uharfbuzz.SlackBuild index a37d8f3851..ae0b5e7574 100644 --- a/python/python3-uharfbuzz/python3-uharfbuzz.SlackBuild +++ b/python/python3-uharfbuzz/python3-uharfbuzz.SlackBuild @@ -70,8 +70,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 tar xvf $CWD/$harfbuzz_src-$harfbuzz_ver.tar.gz cp -a $TMP/$harfbuzz_src-$harfbuzz_ver/src $TMP/$SRCNAM-$VERSION/harfbuzz/ |