summaryrefslogtreecommitdiffstats
path: root/perl/perl-Inline/perl-Inline.SlackBuild
diff options
context:
space:
mode:
author Willy Sudiarto Raharjo <willysr@slackware-id.org>2013-11-07 19:04:43 +0700
committer Robby Workman <rworkman@slackbuilds.org>2013-11-09 01:34:43 -0600
commitfcb962fefe0ee25077ca3875803a52d95088ceed (patch)
tree80b044b96f97b8f748ac8fbf17731c8a01f6c472 /perl/perl-Inline/perl-Inline.SlackBuild
parent30a8dc56ccdd6474a3eb905566b4c6df39f76d66 (diff)
downloadslackbuilds-fcb962fefe0ee25077ca3875803a52d95088ceed.tar.gz
slackbuilds-fcb962fefe0ee25077ca3875803a52d95088ceed.tar.xz
perl/perl-Inline: Updated for version 0.53.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackware-id.org> Signed-off-by: Robby Workman <rworkman@slackbuilds.org>
Diffstat (limited to 'perl/perl-Inline/perl-Inline.SlackBuild')
-rw-r--r--perl/perl-Inline/perl-Inline.SlackBuild8
1 files changed, 4 insertions, 4 deletions
diff --git a/perl/perl-Inline/perl-Inline.SlackBuild b/perl/perl-Inline/perl-Inline.SlackBuild
index 388f5d1755..ae4209dd48 100644
--- a/perl/perl-Inline/perl-Inline.SlackBuild
+++ b/perl/perl-Inline/perl-Inline.SlackBuild
@@ -23,7 +23,7 @@
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
PRGNAM=perl-Inline
-VERSION=${VERSION:-0.51}
+VERSION=${VERSION:-0.53}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
@@ -65,11 +65,11 @@ rm -rf $SRCNAM-$VERSION
tar xvf $CWD/$SRCNAM-$VERSION.tar.gz
cd $SRCNAM-$VERSION
chown -R root:root .
-find . \
+find -L . \
\( -perm 777 -o -perm 775 -o -perm 711 -o -perm 555 -o -perm 511 \) \
-exec chmod 755 {} \; -o \
- \( -perm 666 -o -perm 664 -o -perm 600 -o -perm 444 -o -perm 440 -o -perm 400 \) \
- -exec chmod 644 {} \;
+ \( -perm 666 -o -perm 664 -o -perm 640 -o -perm 600 -o -perm 444 \
+ -o -perm 440 -o -perm 400 \) -exec chmod 644 {} \;
PERL_MM_USE_DEFAULT=y perl Makefile.PL \
PREFIX=/usr \