diff options
author | Donald Cooley <chytraeu@sdf.org> | 2017-01-22 07:11:51 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2017-01-24 07:22:53 +0700 |
commit | 34ea7103665ac6c6b9f8951dbb7bfa2bc178b218 (patch) | |
tree | 64ad2b8d522ef1f7e57d61f29f5192a4db658026 /perl/perl-Path-Class/perl-Path-Class.SlackBuild | |
parent | dda7d73e9437d6a1847be4e6cbb5d031d5a3f6a8 (diff) |
perl/perl-Path-Class: Updated for version 0.37.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'perl/perl-Path-Class/perl-Path-Class.SlackBuild')
-rw-r--r-- | perl/perl-Path-Class/perl-Path-Class.SlackBuild | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/perl/perl-Path-Class/perl-Path-Class.SlackBuild b/perl/perl-Path-Class/perl-Path-Class.SlackBuild index 61ccfebdf848d..0d80e906693c1 100644 --- a/perl/perl-Path-Class/perl-Path-Class.SlackBuild +++ b/perl/perl-Path-Class/perl-Path-Class.SlackBuild @@ -2,7 +2,7 @@ # Slackware build script for perl-Path-Class -# Copyright 2016 Donald Cooley South Haven, Indiana USA +# Copyright 2016-2017 Donald Cooley South Haven, Indiana USA # All rights reserved. # # Redistribution and use of this script, with or without modification, is @@ -23,7 +23,7 @@ # ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. PRGNAM=perl-Path-Class -VERSION=${VERSION:-0.36} +VERSION=${VERSION:-0.37} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} @@ -78,7 +78,6 @@ perl Build.PL \ ./Build test ./Build install \ --destdir $PKG \ - --install_path bindoc=/usr/man/man1 \ --install_path libdoc=/usr/man/man3 find $PKG -print0 | xargs -0 file | grep -e "executable" -e "shared object" | grep ELF \ |