diff options
author | Michiel van Wessem <michiel@slackbuilds.org> | 2011-08-13 13:55:59 -0300 |
---|---|---|
committer | Niels Horn <niels.horn@slackbuilds.org> | 2011-08-13 13:55:59 -0300 |
commit | 08496cb45918a41b5e096dca9a90be40a441b4bc (patch) | |
tree | f714ff269d3073786301f031b8ab4e28063d197f /graphics/raw-thumbnailer/raw-thumbnailer.SlackBuild | |
parent | 9a89a416b3083563fd831603a820662311221283 (diff) | |
download | slackbuilds-08496cb45918a41b5e096dca9a90be40a441b4bc.tar.gz |
graphics/raw-thumbnailer: Updated for version 0.2.1.
Signed-off-by: Niels Horn <niels.horn@slackbuilds.org>
Diffstat (limited to 'graphics/raw-thumbnailer/raw-thumbnailer.SlackBuild')
-rw-r--r-- | graphics/raw-thumbnailer/raw-thumbnailer.SlackBuild | 8 |
1 files changed, 3 insertions, 5 deletions
diff --git a/graphics/raw-thumbnailer/raw-thumbnailer.SlackBuild b/graphics/raw-thumbnailer/raw-thumbnailer.SlackBuild index 1e2256a6f5..9eb2a184dc 100644 --- a/graphics/raw-thumbnailer/raw-thumbnailer.SlackBuild +++ b/graphics/raw-thumbnailer/raw-thumbnailer.SlackBuild @@ -1,7 +1,7 @@ #!/bin/sh # Slackware build script for raw-thumbnailer -# Copyright 2007-2009 Michiel van Wessem, Manchester, United Kingdom +# Copyright 2007-2011 Michiel van Wessem, Manchester, United Kingdom # All rights reserved. # # Redistribution and use in source and binary forms, with or without @@ -24,16 +24,14 @@ # OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. PRGNAM=raw-thumbnailer -VERSION=${VERSION:-0.2} +VERSION=${VERSION:-0.2.1} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} -# Automatically determine the architecture we're building on: if [ -z "$ARCH" ]; then case "$( uname -m )" in i?86) ARCH=i486 ;; arm*) ARCH=arm ;; - # Unless $ARCH is already set, use uname -m for all other archs: *) ARCH=$( uname -m ) ;; esac fi @@ -57,7 +55,7 @@ else LIBDIRSUFFIX="" fi -set -e # Exit on most errors +set -e rm -rf $PKG mkdir -p $TMP $PKG $OUTPUT |