diff options
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 |
commit | c639da08a8f7bff7a9ab1e7a109905e7780d03f6 (patch) | |
tree | 2e81c8cf1d12ee6d54c32ab7325232b7c3c9d52d /desktop/artix-backgrounds | |
parent | 9494c46b598e4ca5c3b7966e221cd66b24a46e42 (diff) |
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/artix-backgrounds')
-rw-r--r-- | desktop/artix-backgrounds/artix-backgrounds.SlackBuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/desktop/artix-backgrounds/artix-backgrounds.SlackBuild b/desktop/artix-backgrounds/artix-backgrounds.SlackBuild index ae6f8369b6a1..bfa45b6a07bf 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 . \ |