summaryrefslogtreecommitdiffstats
path: root/perl/perl-Sub-Exporter-Progressive/perl-Sub-Exporter-Progressive.SlackBuild
diff options
context:
space:
mode:
author Willy Sudiarto Raharjo <willysr@slackware-id.org>2013-11-08 21:52:01 +0700
committer Robby Workman <rworkman@slackbuilds.org>2013-11-11 10:53:27 -0600
commitefb0355224f490cd0fb21ff46aff1faf09a1043e (patch)
tree82e6be6b8d7c6d94708402c073de59683160047a /perl/perl-Sub-Exporter-Progressive/perl-Sub-Exporter-Progressive.SlackBuild
parentc50a02bf812167482c1140bf53e131fee0788512 (diff)
downloadslackbuilds-efb0355224f490cd0fb21ff46aff1faf09a1043e.tar.gz
slackbuilds-efb0355224f490cd0fb21ff46aff1faf09a1043e.tar.xz
perl/perl-Sub-Exporter-Progressive: Updated for version 0.001011.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackware-id.org> Signed-off-by: Robby Workman <rworkman@slackbuilds.org>
Diffstat (limited to 'perl/perl-Sub-Exporter-Progressive/perl-Sub-Exporter-Progressive.SlackBuild')
-rw-r--r--perl/perl-Sub-Exporter-Progressive/perl-Sub-Exporter-Progressive.SlackBuild8
1 files changed, 4 insertions, 4 deletions
diff --git a/perl/perl-Sub-Exporter-Progressive/perl-Sub-Exporter-Progressive.SlackBuild b/perl/perl-Sub-Exporter-Progressive/perl-Sub-Exporter-Progressive.SlackBuild
index e7a30caf0e..826ae82ba6 100644
--- a/perl/perl-Sub-Exporter-Progressive/perl-Sub-Exporter-Progressive.SlackBuild
+++ b/perl/perl-Sub-Exporter-Progressive/perl-Sub-Exporter-Progressive.SlackBuild
@@ -23,7 +23,7 @@
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
PRGNAM=perl-Sub-Exporter-Progressive
-VERSION=${VERSION:-0.001006}
+VERSION=${VERSION:-0.001011}
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 Makefile.PL \
PREFIX=/usr \