summaryrefslogtreecommitdiffstats
path: root/perl/perl-http-cookies/perl-http-cookies.SlackBuild
diff options
context:
space:
mode:
author LukenShiro <lukenshiro@ngi.it>2012-04-29 20:09:17 -0400
committer Erik Hanson <erik@slackbuilds.org>2012-04-30 00:40:03 -0500
commit8008e5de40f3bce7c3bab22268f192418183e838 (patch)
treef11780f8452d426e79a5f986e289aed792796bb6 /perl/perl-http-cookies/perl-http-cookies.SlackBuild
parentc0e75e9409a1a7f01cbac2131a85ba0acc2eea73 (diff)
downloadslackbuilds-8008e5de40f3bce7c3bab22268f192418183e838.tar.gz
slackbuilds-8008e5de40f3bce7c3bab22268f192418183e838.tar.xz
perl/perl-http-cookies: Updated for version 6.01.
Signed-off-by: dsomero <xgizzmo@slackbuilds.org>
Diffstat (limited to 'perl/perl-http-cookies/perl-http-cookies.SlackBuild')
-rw-r--r--perl/perl-http-cookies/perl-http-cookies.SlackBuild7
1 files changed, 3 insertions, 4 deletions
diff --git a/perl/perl-http-cookies/perl-http-cookies.SlackBuild b/perl/perl-http-cookies/perl-http-cookies.SlackBuild
index e1fa9d5775..671fca55a2 100644
--- a/perl/perl-http-cookies/perl-http-cookies.SlackBuild
+++ b/perl/perl-http-cookies/perl-http-cookies.SlackBuild
@@ -2,7 +2,7 @@
# Slackware build script for perl-http-cookies
-# Copyright 2011 LukenShiro, Italy
+# Copyright 2011-2012 LukenShiro, Italy
# All rights reserved.
#
# Redistribution and use of this script, with or without modification, is
@@ -23,11 +23,10 @@
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
PRGNAM=perl-http-cookies
-VERSION=${VERSION:-6.00}
+VERSION=${VERSION:-6.01}
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 ;;
@@ -44,7 +43,7 @@ OUTPUT=${OUTPUT:-/tmp}
SRCNAM=HTTP-Cookies
DOCFILES="Changes README"
-set -e # Exit on most errors
+set -e
rm -rf $PKG
mkdir -p $TMP $PKG $OUTPUT