14 lines
431 B
Plaintext
14 lines
431 B
Plaintext
$NetBSD: patch-aa,v 1.3 2007/02/27 13:28:05 wiz Exp $
|
|
|
|
--- Makefile.PL.orig 2006-12-02 17:11:25.000000000 +0000
|
|
+++ Makefile.PL
|
|
@@ -627,7 +627,7 @@ END
|
|
"\n");
|
|
}
|
|
print STDERR "\n";
|
|
- if (not ask(0, 'Do you want to proceed with this configuration?', 1)) {
|
|
+ if (1 == 0) {
|
|
# Need to set {install} for each component by prompting.
|
|
foreach my $info (@opt_components) {
|
|
my $missing = $info->{missing};
|