perl: add path to also for pwd(1) in /usr/local/bin in the Cwd module, bumprev.

This commit is contained in:
Juan RP 2010-10-28 03:11:47 +02:00
parent ce313f6686
commit d0e87fc472
2 changed files with 11 additions and 1 deletions

View file

@ -0,0 +1,10 @@
--- lib/Cwd.pm.orig 2010-10-28 03:05:03.000000000 +0200
+++ lib/Cwd.pm 2010-10-28 03:05:29.000000000 +0200
@@ -336,6 +336,7 @@ $METHOD_MAP{NT} = $METHOD_MAP{MSWin32};
my $pwd_cmd;
foreach my $try ('/bin/pwd',
'/usr/bin/pwd',
+ '/usr/local/bin/pwd',
'/QOpenSys/bin/pwd', # OS/400 PASE.
) {

View file

@ -1,7 +1,7 @@
# Template build file for 'perl'.
pkgname=perl
version=5.10.1
revision=1
revision=2
distfiles="http://www.cpan.org/src/$pkgname-$version.tar.gz"
build_style=configure
configure_script="./Configure"