diff options
author | Glenn Becker <burningc@sdf.org> | 2014-06-23 07:46:37 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2014-06-23 07:46:37 +0700 |
commit | 81d8f0cc080f8678480b1613618d7bd14fe5f41d (patch) | |
tree | 8f641f20b45aa78d481bae75b037cc5210cd12f1 /perl/perl-extutils-depends/perl-extutils-depends.SlackBuild | |
parent | 3ef6fd07ce5f4bc34a5520a407c45e480e88b0d0 (diff) | |
download | slackbuilds-81d8f0cc080f8678480b1613618d7bd14fe5f41d.tar.gz |
perl/perl-extutils-depends: Updated for version 0.308.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'perl/perl-extutils-depends/perl-extutils-depends.SlackBuild')
-rw-r--r-- | perl/perl-extutils-depends/perl-extutils-depends.SlackBuild | 12 |
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 |