diff options
author | Andrew Clemons <andrew.clemons@gmail.com> | 2023-07-04 22:10:55 +0900 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2023-07-08 16:41:49 +0700 |
commit | 05dd35ba5ad7883342435d7b82ea3d5a21338281 (patch) | |
tree | 3c63a1b90a088f2904c83c7372c9ecfd3af597a0 /system | |
parent | 943ee5cf802b1dd480e34f4f3817972eb580f50d (diff) |
system/rewise: Support content-disposition downloads.
If you download the file with a browser, you will get a file
with the name REWise-v0.1.0.tar.gz.
Signed-off-by: Andrew Clemons <andrew.clemons@gmail.com>
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'system')
-rw-r--r-- | system/rewise/rewise.SlackBuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/system/rewise/rewise.SlackBuild b/system/rewise/rewise.SlackBuild index 9276d641bd64b..abf2e02d5dd2a 100644 --- a/system/rewise/rewise.SlackBuild +++ b/system/rewise/rewise.SlackBuild @@ -66,7 +66,7 @@ rm -rf $PKG mkdir -p $TMP $PKG $OUTPUT cd $TMP rm -rf $PRGNAM-$VERSION -tar xvf $CWD/v$VERSION.tar.gz +tar xvf $CWD/v$VERSION.tar.gz || tar xvf $CWD/REWise-v$VERSION.tar.gz cd $PRGNAM chown -R root:root . |