diff options
author | Andrew Clemons <andrew.clemons@gmail.com> | 2021-12-12 17:25:08 +1300 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2021-12-14 00:01:36 +0700 |
commit | 11925bc49e75ba8daceaaf996bab646302c8c4e9 (patch) | |
tree | ef56f5a503d4a3b94a12b4048396eeca77272288 /gis/geos/geos.SlackBuild | |
parent | 130676d5558bbc3a572a7a4aa0cacbffa1ec8c04 (diff) |
gis/geos: Fix tarball handling.
Signed-off-by: Andrew Clemons <andrew.clemons@gmail.com>
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'gis/geos/geos.SlackBuild')
-rw-r--r-- | gis/geos/geos.SlackBuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gis/geos/geos.SlackBuild b/gis/geos/geos.SlackBuild index 1afd1897983b1..6bb5aa26ca194 100644 --- a/gis/geos/geos.SlackBuild +++ b/gis/geos/geos.SlackBuild @@ -71,7 +71,7 @@ rm -rf $PKG mkdir -p $TMP $PKG $OUTPUT cd $TMP rm -rf $PRGNAM-$VERSION -tar xvf $CWD/$VERSION.tar.gz +tar xvf $CWD/$PRGNAM-$VERSION.tar.gz cd $PRGNAM-$VERSION chown -R root:root . find -L . \ |