mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-22 19:44:21 +01:00
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>
This commit is contained in:
parent
943ee5cf80
commit
05dd35ba5a
1 changed files with 1 additions and 1 deletions
|
@ -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 .
|
||||
|
|
Loading…
Reference in a new issue