aboutsummaryrefslogtreecommitdiff
path: root/network/whalebird/whalebird.SlackBuild
diff options
context:
space:
mode:
authorAndrew Clemons <andrew.clemons@gmail.com>2023-01-08 11:54:28 +0900
committerWilly Sudiarto Raharjo <willysr@slackbuilds.org>2023-01-14 08:49:56 +0700
commit59b6b754eb48d9b649e92dbf5293abc3398d43e1 (patch)
tree18fa558c205dcfb87eedbfc04506cd9c19e05ccd /network/whalebird/whalebird.SlackBuild
parent560b9b0a5478bf4b4718e92dfecf60065122ce2f (diff)
network/whalebird: 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 'network/whalebird/whalebird.SlackBuild')
-rw-r--r--network/whalebird/whalebird.SlackBuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/network/whalebird/whalebird.SlackBuild b/network/whalebird/whalebird.SlackBuild
index 0b854ce43baa..a3f6d730f1af 100644
--- a/network/whalebird/whalebird.SlackBuild
+++ b/network/whalebird/whalebird.SlackBuild
@@ -69,7 +69,7 @@ rm -rf $PKG
mkdir -p $TMP $PKG $OUTPUT
cd $TMP
rm -rf $PRGNAM-desktop-$VERSION
-tar xvf $CWD/$PRGNAM-$VERSION.tar.gz
+tar xvf $CWD/$PRGNAM-desktop-$VERSION.tar.gz
cd $PRGNAM-desktop-$VERSION
chown -R root:root .
find -L . \