summaryrefslogtreecommitdiffstats
path: root/desktop
diff options
context:
space:
mode:
author Andrew Clemons <andrew.clemons@gmail.com>2022-11-25 23:18:14 +0900
committer Willy Sudiarto Raharjo <willysr@slackbuilds.org>2022-11-26 09:11:46 +0700
commitc639da08a8f7bff7a9ab1e7a109905e7780d03f6 (patch)
tree2e81c8cf1d12ee6d54c32ab7325232b7c3c9d52d /desktop
parent9494c46b598e4ca5c3b7966e221cd66b24a46e42 (diff)
downloadslackbuilds-c639da08a8f7bff7a9ab1e7a109905e7780d03f6.tar.gz
slackbuilds-c639da08a8f7bff7a9ab1e7a109905e7780d03f6.tar.xz
desktop/artix-backgrounds: Fix content-disposition downloads.
Signed-off-by: Andrew Clemons <andrew.clemons@gmail.com> Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'desktop')
-rw-r--r--desktop/artix-backgrounds/artix-backgrounds.SlackBuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/desktop/artix-backgrounds/artix-backgrounds.SlackBuild b/desktop/artix-backgrounds/artix-backgrounds.SlackBuild
index ae6f8369b6..bfa45b6a07 100644
--- a/desktop/artix-backgrounds/artix-backgrounds.SlackBuild
+++ b/desktop/artix-backgrounds/artix-backgrounds.SlackBuild
@@ -62,7 +62,7 @@ rm -rf $PKG
mkdir -p $TMP $PKG $OUTPUT
cd $TMP
rm -rf $SRCNAM
-tar xvf $CWD/$VERSION.tar.gz
+tar xvf $CWD/$VERSION.tar.gz || tar xvf $CWD/$SRCNAM-$VERSION.tar.gz
cd $SRCNAM
chown -R root:root .
find -L . \