summaryrefslogtreecommitdiffstats
path: root/perl/perl-file-listing/perl-file-listing.SlackBuild
diff options
context:
space:
mode:
Diffstat (limited to 'perl/perl-file-listing/perl-file-listing.SlackBuild')
-rw-r--r--perl/perl-file-listing/perl-file-listing.SlackBuild7
1 files changed, 3 insertions, 4 deletions
diff --git a/perl/perl-file-listing/perl-file-listing.SlackBuild b/perl/perl-file-listing/perl-file-listing.SlackBuild
index e3a5fde081..1c5ef1aafa 100644
--- a/perl/perl-file-listing/perl-file-listing.SlackBuild
+++ b/perl/perl-file-listing/perl-file-listing.SlackBuild
@@ -2,7 +2,7 @@
# Slackware build script for perl-file-listing
-# 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-file-listing
-VERSION=${VERSION:-6.03}
+VERSION=${VERSION:-6.04}
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=File-Listing
DOCFILES="Changes README"
-set -e # Exit on most errors
+set -e
rm -rf $PKG
mkdir -p $TMP $PKG $OUTPUT