summaryrefslogtreecommitdiffstats
path: root/perl/perl-Text-Autoformat/perl-Text-Autoformat.SlackBuild
diff options
context:
space:
mode:
author Willy Sudiarto Raharjo <willysr@slackware-id.org>2013-11-08 23:28:44 +0700
committer Robby Workman <rworkman@slackbuilds.org>2013-11-11 10:53:28 -0600
commitb02bc7bf636e572eb91bf5da2629ad0818e021aa (patch)
tree4c2b099096a1c3bb18b4915946fa932093191b3e /perl/perl-Text-Autoformat/perl-Text-Autoformat.SlackBuild
parent0ef37a74873105b3882678a69347db7bc7d2fa1b (diff)
downloadslackbuilds-b02bc7bf636e572eb91bf5da2629ad0818e021aa.tar.gz
slackbuilds-b02bc7bf636e572eb91bf5da2629ad0818e021aa.tar.xz
perl/perl-Text-Autoformat: Updated for version 1.669004.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackware-id.org> Signed-off-by: Robby Workman <rworkman@slackbuilds.org>
Diffstat (limited to 'perl/perl-Text-Autoformat/perl-Text-Autoformat.SlackBuild')
-rw-r--r--perl/perl-Text-Autoformat/perl-Text-Autoformat.SlackBuild10
1 files changed, 4 insertions, 6 deletions
diff --git a/perl/perl-Text-Autoformat/perl-Text-Autoformat.SlackBuild b/perl/perl-Text-Autoformat/perl-Text-Autoformat.SlackBuild
index bf87bac639..b0536591c2 100644
--- a/perl/perl-Text-Autoformat/perl-Text-Autoformat.SlackBuild
+++ b/perl/perl-Text-Autoformat/perl-Text-Autoformat.SlackBuild
@@ -5,16 +5,14 @@
SRCNAM=Text-Autoformat
PRGNAM=perl-$SRCNAM
-VERSION=${VERSION:-1.669002}
+VERSION=${VERSION:-1.669004}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
-# Automatically determine the architecture we're building on:
if [ -z "$ARCH" ]; then
case "$( uname -m )" in
i?86) ARCH=i486 ;;
arm*) ARCH=arm ;;
- # Unless $ARCH is already set, use uname -m for all other archs:
*) ARCH=$( uname -m ) ;;
esac
fi
@@ -33,11 +31,11 @@ rm -rf $PRGNAM-$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 Makefile.PL \
PREFIX=/usr \