diff options
Diffstat (limited to 'perl/perl-html-parser/perl-html-parser.SlackBuild')
-rw-r--r-- | perl/perl-html-parser/perl-html-parser.SlackBuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/perl/perl-html-parser/perl-html-parser.SlackBuild b/perl/perl-html-parser/perl-html-parser.SlackBuild index 1ba9083068180..7ba831172a8d9 100644 --- a/perl/perl-html-parser/perl-html-parser.SlackBuild +++ b/perl/perl-html-parser/perl-html-parser.SlackBuild @@ -2,7 +2,7 @@ # Slackware build script for perl-html-parser -# Copyright 2008-2011 LukenShiro, Italy +# Copyright 2008-2013 LukenShiro, Italy # All rights reserved. # # Redistribution and use of this script, with or without modification, is @@ -23,7 +23,7 @@ # ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. PRGNAM=perl-html-parser -VERSION=${VERSION:-3.69} +VERSION=${VERSION:-3.70} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} @@ -54,7 +54,7 @@ else SLKCFLAGS="-O2" fi -set -e # Exit on most errors +set -e rm -rf $PKG mkdir -p $TMP $PKG $OUTPUT |