gis/librttopo: Support content-disposition DOWNLOAD.

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 2023-12-02 09:37:02 +09:00 committed by Willy Sudiarto Raharjo
parent b104d1e561
commit b19852c7a3
No known key found for this signature in database
GPG key ID: 3F617144D7238786

View file

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