diff options
author | Erwin van Zanten <e.van.zanten.evz@gmail.com> | 2013-06-15 22:25:13 -0300 |
---|---|---|
committer | Niels Horn <niels.horn@slackbuilds.org> | 2013-06-15 22:25:13 -0300 |
commit | 4bd95d0afb6010ed296ade256d287044b9e63524 (patch) | |
tree | 3c4f9942d0f49c346de0a30aa5d571ff84f8d3a3 /games/playonlinux/playonlinux.SlackBuild | |
parent | 12fe8d608da357f843f395af93069d122be71876 (diff) | |
download | slackbuilds-4bd95d0afb6010ed296ade256d287044b9e63524.tar.gz |
games/playonlinux: Updated for version 4.2.1.
Signed-off-by: Niels Horn <niels.horn@slackbuilds.org>
Diffstat (limited to 'games/playonlinux/playonlinux.SlackBuild')
-rw-r--r-- | games/playonlinux/playonlinux.SlackBuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/games/playonlinux/playonlinux.SlackBuild b/games/playonlinux/playonlinux.SlackBuild index 4ba2de4fed..3e98238b8c 100644 --- a/games/playonlinux/playonlinux.SlackBuild +++ b/games/playonlinux/playonlinux.SlackBuild @@ -2,7 +2,7 @@ # Slackware build script for PlayOnLinux -# Copyright 2011 by Giovanne Castro, Campinas, Sao Paulo, Brazil <giovannefc@ig.com.br> +# Copyright 2013 by Erwin van Zanten, Dordrecht, The Netherlands, Europe <e.van.zanten.evz@gmail.com> # All rights reserved. # # Redistribution and use of this script, with or without modification, is @@ -23,7 +23,7 @@ # ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. PRGNAM=playonlinux -VERSION=${VERSION:-4.1.9} +VERSION=${VERSION:-4.2.1} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} @@ -40,7 +40,7 @@ set -e rm -rf $PKG mkdir -p $TMP $PKG $OUTPUT cd $TMP -rm -rf $PRGNAM-$VERSION +rm -rf $PRGNAM tar xvf $CWD/PlayOnLinux_$VERSION.tar.gz cd $PRGNAM chown -R root:root . |