summaryrefslogtreecommitdiffstats
path: root/perl/perl-Module-Build-Tiny/perl-Module-Build-Tiny.SlackBuild
diff options
context:
space:
mode:
author Willy Sudiarto Raharjo <willysr@slackbuilds.org>2014-02-11 10:34:40 +0100
committer Erik Hanson <erik@slackbuilds.org>2014-02-11 12:14:56 -0600
commitef8d708e472a7afe6db848b81dc215fd4da28b68 (patch)
tree5cd190e1d78fb34c52be644cd170a8cdc3508fae /perl/perl-Module-Build-Tiny/perl-Module-Build-Tiny.SlackBuild
parent18192520371336951bb78b2c2beb199bcfa7dc9a (diff)
downloadslackbuilds-ef8d708e472a7afe6db848b81dc215fd4da28b68.tar.gz
slackbuilds-ef8d708e472a7afe6db848b81dc215fd4da28b68.tar.xz
perl/perl-Module-Build-Tiny: Updated for version 0.034.
Signed-off-by: Matteo Bernardini <ponce@slackbuilds.org>
Diffstat (limited to 'perl/perl-Module-Build-Tiny/perl-Module-Build-Tiny.SlackBuild')
-rw-r--r--perl/perl-Module-Build-Tiny/perl-Module-Build-Tiny.SlackBuild8
1 files changed, 4 insertions, 4 deletions
diff --git a/perl/perl-Module-Build-Tiny/perl-Module-Build-Tiny.SlackBuild b/perl/perl-Module-Build-Tiny/perl-Module-Build-Tiny.SlackBuild
index b7c9884620..88e4049b13 100644
--- a/perl/perl-Module-Build-Tiny/perl-Module-Build-Tiny.SlackBuild
+++ b/perl/perl-Module-Build-Tiny/perl-Module-Build-Tiny.SlackBuild
@@ -2,7 +2,7 @@
# Slackware build script for perl-Module-Build-Tiny
-# 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-Module-Build-Tiny
-VERSION=${VERSION:-0.030}
+VERSION=${VERSION:-0.034}
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 {} \;