network/elinks: Allow content-disposition filenames.

Signed-off-by: Andrew Clemons <andrew.clemons@gmail.com>

Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
Andrew Clemons 2022-05-01 11:36:00 +12:00 committed by Willy Sudiarto Raharjo
parent e8f0c57e3e
commit 4925c42970
No known key found for this signature in database
GPG Key ID: 3F617144D7238786
1 changed files with 1 additions and 1 deletions

View File

@ -70,7 +70,7 @@ rm -rf $PKG
mkdir -p $TMP $PKG $OUTPUT mkdir -p $TMP $PKG $OUTPUT
cd $TMP cd $TMP
rm -rf $PRGNAM-$COMMIT rm -rf $PRGNAM-$COMMIT
tar xvf $CWD/$COMMIT.tar.?z tar xvf $CWD/$COMMIT.tar.?z || tar xvf $CWD/$PRGNAM-$COMMIT.tar.?z
cd $PRGNAM-$COMMIT cd $PRGNAM-$COMMIT
chown -R root:root . chown -R root:root .
find -L . \ find -L . \