diff options
author | Michiel van Wessem <michiel@slackbuilds.org> | 2011-12-08 19:42:03 -0200 |
---|---|---|
committer | Niels Horn <niels.horn@slackbuilds.org> | 2011-12-08 19:42:03 -0200 |
commit | ef69b7d19a4dc84e68ea6bdeb3d45f89c13baca2 (patch) | |
tree | 42281fcbf69b661309b0e7064c1f68cb1801a9ce /libraries/SDL_gfx/SDL_gfx.SlackBuild | |
parent | cf989206881fe61ef59e5d6bfbb59a1ff0c79137 (diff) | |
download | slackbuilds-ef69b7d19a4dc84e68ea6bdeb3d45f89c13baca2.tar.gz |
libraries/SDL_gfx: Updated for version 2.0.23.
Signed-off-by: Niels Horn <niels.horn@slackbuilds.org>
Diffstat (limited to 'libraries/SDL_gfx/SDL_gfx.SlackBuild')
-rw-r--r-- | libraries/SDL_gfx/SDL_gfx.SlackBuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/libraries/SDL_gfx/SDL_gfx.SlackBuild b/libraries/SDL_gfx/SDL_gfx.SlackBuild index c9ae6114e6..32a65cedf4 100644 --- a/libraries/SDL_gfx/SDL_gfx.SlackBuild +++ b/libraries/SDL_gfx/SDL_gfx.SlackBuild @@ -1,7 +1,7 @@ #!/bin/sh # Slackware build script for: SDL_gfx -# Copyright 2007-2010 Michiel van Wessem, Manchester, United Kingdom +# Copyright 2007-2011 Michiel van Wessem, Leicester, United Kingdom # All rights reserved. # # Redistribution and use of this script, with or without modification, is @@ -22,7 +22,7 @@ # ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. PRGNAM=SDL_gfx -VERSION=${VERSION:-2.0.22} +VERSION=${VERSION:-2.0.23} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} @@ -55,7 +55,7 @@ elif [ "$ARCH" = "x86_64" ]; then MIX=${MIX:-"dis"} fi -set -e # Exit on any error. +set -e rm -rf $PKG mkdir -p $TMP $PKG $OUTPUT |