aboutsummaryrefslogtreecommitdiff
path: root/desktop
diff options
context:
space:
mode:
authorAndrew Clemons <andrew.clemons@gmail.com>2022-11-26 00:17:28 +0900
committerWilly Sudiarto Raharjo <willysr@slackbuilds.org>2022-11-26 09:11:48 +0700
commite98cb49440a2b9bd9648f96dd427884ca535e58b (patch)
tree77ebbcf899117d75816bc68b6a40acf4cd27458f /desktop
parent7c996ce5737018ce68fe17979ab8ac7865e8b366 (diff)
downloadslackbuilds-e98cb49440a2b9bd9648f96dd427884ca535e58b.tar.xz
desktop/sddm-theme-artix: 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/sddm-theme-artix/sddm-theme-artix.SlackBuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/desktop/sddm-theme-artix/sddm-theme-artix.SlackBuild b/desktop/sddm-theme-artix/sddm-theme-artix.SlackBuild
index 8fa949d5bbbd..58fc34171609 100644
--- a/desktop/sddm-theme-artix/sddm-theme-artix.SlackBuild
+++ b/desktop/sddm-theme-artix/sddm-theme-artix.SlackBuild
@@ -61,7 +61,7 @@ rm -rf $PKG
mkdir -p $TMP $PKG $OUTPUT
cd $TMP
rm -rf $PRGNAM
-tar xvf $CWD/$VERSION.tar.gz
+tar xvf $CWD/$VERSION.tar.gz || tar xvf $CWD/$PRGNAM-$VERSION.tar.gz
cd $PRGNAM
chown -R root:root .
find -L . \