[Bps-public-commit] r18421 - Shipwright/trunk/lib/Shipwright/Script
jesse at bestpractical.com
jesse at bestpractical.com
Mon Feb 16 19:07:12 EST 2009
Author: jesse
Date: Mon Feb 16 19:07:10 2009
New Revision: 18421
Modified:
Shipwright/trunk/lib/Shipwright/Script/Import.pm
Log:
* Make import of makemaker dists use LIB and PREFIX, so we don't need to depend on a new MakeMaker
Modified: Shipwright/trunk/lib/Shipwright/Script/Import.pm
==============================================================================
--- Shipwright/trunk/lib/Shipwright/Script/Import.pm (original)
+++ Shipwright/trunk/lib/Shipwright/Script/Import.pm Mon Feb 16 19:07:10 2009
@@ -348,7 +348,7 @@
elsif ( -f catfile( $source_dir, 'Makefile.PL' ) ) {
print "detected ExtUtils::MakeMaker build system\n";
@commands = (
- 'configure: %%PERL%% Makefile.PL INSTALL_BASE=%%INSTALL_BASE%%',
+ 'configure: %%PERL%% Makefile.PL LIB=%%INSTALL_BASE%%/lib/perl5/ PREFIX=%%INSTALL_BASE%%',
'make: %%MAKE%%',
'test: %%MAKE%% test',
'install: %%MAKE%% install',
More information about the Bps-public-commit
mailing list