summaryrefslogtreecommitdiffstats
path: root/perl/perl-test-warn/perl-test-warn.SlackBuild
diff options
context:
space:
mode:
Diffstat (limited to 'perl/perl-test-warn/perl-test-warn.SlackBuild')
-rw-r--r--perl/perl-test-warn/perl-test-warn.SlackBuild7
1 files changed, 2 insertions, 5 deletions
diff --git a/perl/perl-test-warn/perl-test-warn.SlackBuild b/perl/perl-test-warn/perl-test-warn.SlackBuild
index 15d2b884b8..e8fc525663 100644
--- a/perl/perl-test-warn/perl-test-warn.SlackBuild
+++ b/perl/perl-test-warn/perl-test-warn.SlackBuild
@@ -2,7 +2,7 @@
# Slackware build script for perl-test-warn
-# Copyright 2010 Binh Nguyen <binhnguyen@fastmail.fm>
+# Copyright 2010-2011 Binh Nguyen <binhnguyen@fastmail.fm>
# 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-test-warn
-VERSION=${VERSION:-0.22}
+VERSION=${VERSION:-0.23}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
@@ -70,11 +70,8 @@ find $PKG | xargs file | grep -e "executable" -e "shared object" | grep ELF \
find $PKG/usr/man -type f -exec gzip -9 {} \;
-# Remove perllocal.pod and other special files that don't need to be installed,
-# as they will overwrite what's already on the system
find $PKG -name perllocal.pod -o -name ".packlist" -o -name "*.bs" | xargs rm -f || true
-# Remove empty directories
find $PKG -depth -type d -empty -delete || true
mkdir -p $PKG/usr/doc/$PRGNAM-$VERSION