summaryrefslogtreecommitdiffstats
path: root/perl/perl-extutils-depends/perl-extutils-depends.SlackBuild
diff options
context:
space:
mode:
Diffstat (limited to 'perl/perl-extutils-depends/perl-extutils-depends.SlackBuild')
-rw-r--r--perl/perl-extutils-depends/perl-extutils-depends.SlackBuild12
1 files changed, 7 insertions, 5 deletions
diff --git a/perl/perl-extutils-depends/perl-extutils-depends.SlackBuild b/perl/perl-extutils-depends/perl-extutils-depends.SlackBuild
index 641004a4bd..e1d940168b 100644
--- a/perl/perl-extutils-depends/perl-extutils-depends.SlackBuild
+++ b/perl/perl-extutils-depends/perl-extutils-depends.SlackBuild
@@ -6,6 +6,8 @@
# Copyright 2010, 2012 Binh Nguyen <binhvng@gmail.com>
# All rights reserved.
#
+# Update for version 0.308 by Glenn Becker <burningc@sdf.org>
+#
# Redistribution and use of this script, with or without modification, is
# permitted provided that the following conditions are met:
#
@@ -24,7 +26,7 @@
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
PRGNAM=perl-extutils-depends
-VERSION=${VERSION:-0.306}
+VERSION=${VERSION:-0.308}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
@@ -53,12 +55,12 @@ 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 {} \;
+ -o -perm 440 -o -perm 400 \) -exec chmod 644 {} \;
-perl Makefile.PL || exit 1
+perl Makefile.PL
make
make install INSTALLDIRS=vendor DESTDIR=$PKG