14 lines
513 B
Plaintext
Raw Normal View History

2010-09-09 19:22:50 +00:00
$OpenBSD: patch-Makefile_PL,v 1.4 2010/09/09 19:22:50 jasper Exp $
--- Makefile.PL.orig Tue Apr 27 10:46:53 2010
+++ Makefile.PL Thu Sep 9 21:20:39 2010
@@ -28,8 +28,7 @@ else
2008-08-31 23:17:33 +00:00
" 'perl Makefile.PL -n' to skip installation\n";
foreach my $prompt (@prompts)
{ my ($program, $default, $description) = @$prompt;
- if( prompt("Do you want to install '$program' ($description)?", $default) =~ /^y/)
- { push(@programs, $program); }
+ push(@programs, $program);
}
}