perl: rebuild for chroot-* pkgs.
This commit is contained in:
parent
de2b864d66
commit
2c262b1427
2 changed files with 1 additions and 11 deletions
|
@ -1,10 +0,0 @@
|
|||
--- dist/Cwd/Cwd.pm.orig 2010-12-17 13:34:47.987072114 +0100
|
||||
+++ dist/Cwd/Cwd.pm 2010-12-17 13:35:14.474647252 +0100
|
||||
@@ -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.
|
||||
) {
|
||||
|
|
@ -2,7 +2,7 @@
|
|||
pkgname=perl
|
||||
version=5.14.2
|
||||
distfiles="http://www.cpan.org/src/5.0/$pkgname-$version.tar.bz2"
|
||||
revision=3
|
||||
revision=4
|
||||
short_desc="Practical Extraction and Report Language"
|
||||
maintainer="Juan RP <xtraeme@gmail.com>"
|
||||
homepage="http://www.perl.org"
|
||||
|
|
Loading…
Reference in a new issue