summaryrefslogtreecommitdiffstats
path: root/libraries/plastid/plastid.SlackBuild
diff options
context:
space:
mode:
author Andrew Clemons <andrew.clemons@gmail.com>2023-04-02 07:09:01 +0900
committer Willy Sudiarto Raharjo <willysr@slackbuilds.org>2023-04-08 09:16:30 +0700
commitf5d1ea596766cdf2268370baa69fe7b916c95d51 (patch)
tree0bac91c7c814dec9e0b34333a350411b417257ce /libraries/plastid/plastid.SlackBuild
parentbdea0a2475ce26569f84c7605a6c9843b4c9f052 (diff)
downloadslackbuilds-f5d1ea596766cdf2268370baa69fe7b916c95d51.tar.gz
slackbuilds-f5d1ea596766cdf2268370baa69fe7b916c95d51.tar.xz
network/plastid: 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 'libraries/plastid/plastid.SlackBuild')
-rw-r--r--libraries/plastid/plastid.SlackBuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/libraries/plastid/plastid.SlackBuild b/libraries/plastid/plastid.SlackBuild
index 0c71db68ff..3bb55e3a25 100644
--- a/libraries/plastid/plastid.SlackBuild
+++ b/libraries/plastid/plastid.SlackBuild
@@ -72,7 +72,7 @@ rm -rf $PKG
mkdir -p $TMP $PKG $OUTPUT
cd $TMP
rm -rf $PRGNAM-$COMMIT
-tar xvf $CWD/$PRGNAM-$VERSION.tar.gz
+tar xvf $CWD/$PRGNAM-$COMMIT.tar.gz
cd $PRGNAM-$COMMIT
chown -R root:root .
find -L . \