diff options
author | Andrew Clemons <andrew.clemons@gmail.com> | 2023-12-02 09:37:02 +0900 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2023-12-02 07:54:21 +0700 |
commit | b19852c7a3c3d85f03b627238c17c8ef71d895cf (patch) | |
tree | ebb10bd282c741cb03c32a679570b4db7225c014 /gis/librttopo | |
parent | b104d1e561d901bc1cf47bb04814923b610c88f6 (diff) |
gis/librttopo: Support content-disposition DOWNLOAD.
Signed-off-by: Andrew Clemons <andrew.clemons@gmail.com>
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'gis/librttopo')
-rw-r--r-- | gis/librttopo/librttopo.SlackBuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gis/librttopo/librttopo.SlackBuild b/gis/librttopo/librttopo.SlackBuild index b8cabc487bf9..569c9ec8ab05 100644 --- a/gis/librttopo/librttopo.SlackBuild +++ b/gis/librttopo/librttopo.SlackBuild @@ -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 . \ |