From c639da08a8f7bff7a9ab1e7a109905e7780d03f6 Mon Sep 17 00:00:00 2001 From: Andrew Clemons Date: Fri, 25 Nov 2022 23:18:14 +0900 Subject: desktop/artix-backgrounds: Fix content-disposition downloads. Signed-off-by: Andrew Clemons Signed-off-by: Willy Sudiarto Raharjo --- desktop/artix-backgrounds/artix-backgrounds.SlackBuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'desktop/artix-backgrounds') 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 . \ -- cgit v1.2.3