summaryrefslogtreecommitdiffstats
path: root/perl/perl-encode-locale/perl-encode-locale.SlackBuild
diff options
context:
space:
mode:
author LukenShiro <lukenshiro@ngi.it>2012-04-29 20:08:33 -0400
committer Erik Hanson <erik@slackbuilds.org>2012-04-30 00:40:03 -0500
commit1b7808e34a6c55aad038b0642fd3445d10dc5288 (patch)
tree4be453dfb49fb5ca89ca20d3906b724a7bee7cbb /perl/perl-encode-locale/perl-encode-locale.SlackBuild
parent98b6c2022a9dd32b0ac7780481d83ad34e1a1d1e (diff)
downloadslackbuilds-1b7808e34a6c55aad038b0642fd3445d10dc5288.tar.gz
slackbuilds-1b7808e34a6c55aad038b0642fd3445d10dc5288.tar.xz
perl/perl-encode-locale: Updated for version 1.03.
Signed-off-by: dsomero <xgizzmo@slackbuilds.org>
Diffstat (limited to '')
-rw-r--r--perl/perl-encode-locale/perl-encode-locale.SlackBuild8
1 files changed, 3 insertions, 5 deletions
diff --git a/perl/perl-encode-locale/perl-encode-locale.SlackBuild b/perl/perl-encode-locale/perl-encode-locale.SlackBuild
index b78ebe0f7d..4ec9c79528 100644
--- a/perl/perl-encode-locale/perl-encode-locale.SlackBuild
+++ b/perl/perl-encode-locale/perl-encode-locale.SlackBuild
@@ -2,7 +2,7 @@
# Slackware build script for perl-encode-locale
-# Copyright 2011 LukenShiro, Italy
+# Copyright 2011-2012 LukenShiro, Italy
# All rights reserved.
#
# Redistribution and use of this script, with or without modification, is
@@ -23,16 +23,14 @@
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
PRGNAM=perl-encode-locale
-VERSION=${VERSION:-1.02}
+VERSION=${VERSION:-1.03}
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
@@ -45,7 +43,7 @@ OUTPUT=${OUTPUT:-/tmp}
SRCNAM=Encode-Locale
DOCFILES="Changes README"
-set -e # Exit on most errors
+set -e
rm -rf $PKG
mkdir -p $TMP $PKG $OUTPUT