summaryrefslogtreecommitdiffstats
path: root/perl/perl-strictures/perl-strictures.SlackBuild
diff options
context:
space:
mode:
author Willy Sudiarto Raharjo2014-04-22 02:05:36 +0200
committer Willy Sudiarto Raharjo2014-04-23 02:52:13 +0200
commite8a6662cdefb57f40ea655b6ec0f6e4fa6eb6ed1 (patch)
tree875968befd8ee02cee1f726ffffaaaaee4e45712 /perl/perl-strictures/perl-strictures.SlackBuild
parent0a7f720399052fd07f09f9b6671068401a5ace18 (diff)
downloadslackbuilds-e8a6662cdefb57f40ea655b6ec0f6e4fa6eb6ed1.tar.gz
perl/perl-strictures: Updated for version 1.005004.
Signed-off-by: Erik Hanson <erik@slackbuilds.org> Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'perl/perl-strictures/perl-strictures.SlackBuild')
-rw-r--r--perl/perl-strictures/perl-strictures.SlackBuild12
1 files changed, 5 insertions, 7 deletions
diff --git a/perl/perl-strictures/perl-strictures.SlackBuild b/perl/perl-strictures/perl-strictures.SlackBuild
index f6719af553..b5a30e65bc 100644
--- a/perl/perl-strictures/perl-strictures.SlackBuild
+++ b/perl/perl-strictures/perl-strictures.SlackBuild
@@ -2,7 +2,7 @@
# Slackware build script for perl-strictures
-# Copyright 2013 Willy Sudiarto Raharjo <willysr@slackware-id.org>
+# Copyright 2013-2014 Willy Sudiarto Raharjo <willysr@slackbuilds.org>
# 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-strictures
-VERSION=${VERSION:-1.005002}
+VERSION=${VERSION:-1.005004}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
@@ -66,8 +66,8 @@ tar xvf $CWD/$SRCNAM-$VERSION.tar.gz
cd $SRCNAM-$VERSION
chown -R root:root .
find -L . \
- \( -perm 777 -o -perm 775 -o -perm 750 -o -perm 711 -o -perm 555 -o -perm 511 \) \
- -exec chmod 755 {} \; -o \
+ \( -perm 777 -o -perm 775 -o -perm 750 -o -perm 711 -o -perm 555 \
+ -o -perm 511 \) -exec chmod 755 {} \; -o \
\( -perm 666 -o -perm 664 -o -perm 640 -o -perm 600 -o -perm 444 \
-o -perm 440 -o -perm 400 \) -exec chmod 644 {} \;
@@ -90,9 +90,7 @@ find $PKG -name perllocal.pod -o -name ".packlist" -o -name "*.bs" | xargs rm -f
find $PKG -depth -type d -empty -delete || true
mkdir -p $PKG/usr/doc/$PRGNAM-$VERSION
-cp -a \
- Changes README \
- $PKG/usr/doc/$PRGNAM-$VERSION
+cp -a Changes README $PKG/usr/doc/$PRGNAM-$VERSION
cat $CWD/$PRGNAM.SlackBuild > $PKG/usr/doc/$PRGNAM-$VERSION/$PRGNAM.SlackBuild
mkdir -p $PKG/install