Skip to content

Commit

Permalink
%make is a macro, not a variable
Browse files Browse the repository at this point in the history
  • Loading branch information
jquelin committed Feb 9, 2010
1 parent 3487636 commit a101882
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/CPANPLUS/Dist/Mdv.pm
Original file line number Diff line number Diff line change
Expand Up @@ -148,7 +148,7 @@ sub prepare {
if (-e _path_to_makefile_pl($module)) {
push @reqs, 'Module::Build::Compat' if _is_module_build_compat($module);
$distbuild = "%{__perl} Makefile.PL INSTALLDIRS=vendor\n";
$distmaker = "%{make}";
$distmaker = "%make";
$distinstall = "%makeinstall_std";
} else {
# module::build only distribution
Expand Down

0 comments on commit a101882

Please sign in to comment.