From ae8ff32eac1d04df77c73298afafc99471226d1b Mon Sep 17 00:00:00 2001 From: Ton Voon Date: Wed, 21 Aug 2013 00:20:30 +0100 Subject: Updated perl modules --- tools/build_perl_modules | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tools') diff --git a/tools/build_perl_modules b/tools/build_perl_modules index bcef66fa..af82db91 100755 --- a/tools/build_perl_modules +++ b/tools/build_perl_modules @@ -72,7 +72,7 @@ foreach my $tarball (@tarballs) { } else { system("perl Build.PL --prefix $destdir --installdirs site --install_path lib=$destdir/lib") == 0 or die "Can't run perl Build.PL"; - system("./Build.PL") == 0 or die "Can't run ./Build"; + system("./Build") == 0 or die "Can't run ./Build"; } chdir $topdir or die "Can't chdir to top";; } -- cgit v1.2.3