diff options
author | David Spencer <baildon.research@googlemail.com> | 2017-02-04 12:46:09 +0000 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2017-02-11 07:24:05 +0700 |
commit | 2bcfc2e63d04d0ac12e7b292f10aba2396a48e47 (patch) | |
tree | 61831358092faddde5aa0821e52582494098f83c /games/glPortal/glPortal.SlackBuild | |
parent | 5c22124d04d6adcee5fc4f96bc3577fa338b2ebc (diff) | |
download | slackbuilds-2bcfc2e63d04d0ac12e7b292f10aba2396a48e47.tar.gz |
games/glPortal: Fixed tarball handling.
Signed-off-by: David Spencer <idlemoor@slackbuilds.org>
Diffstat (limited to 'games/glPortal/glPortal.SlackBuild')
-rw-r--r-- | games/glPortal/glPortal.SlackBuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/games/glPortal/glPortal.SlackBuild b/games/glPortal/glPortal.SlackBuild index 9dcb5f556c..7ce3f7ab0e 100644 --- a/games/glPortal/glPortal.SlackBuild +++ b/games/glPortal/glPortal.SlackBuild @@ -70,7 +70,7 @@ cd $PRGNAM-$SRCVER # Extract submodules to correct locations rmdir data documentation/specification external/{gwen,vhacd-lib} -tar xvf $CWD/glportal_data-$DATAVER.tar.gz +tar xvf $CWD/glportal-data-$DATAVER.tar.gz mv glportal-data-$DATAVER/ data tar xvf $CWD/specification-$SPECVER.tar.gz mv specification-$SPECVER/ documentation/specification |