From 5dabbb886b156092a0710c6d24903d7363221d4b Mon Sep 17 00:00:00 2001 From: Pascal Rigaux Date: Mon, 16 Aug 2004 05:09:10 +0000 Subject: replace freeDriver with freedriver (stage2 para are lower cased) --- perl-install/install_any.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'perl-install/install_any.pm') diff --git a/perl-install/install_any.pm b/perl-install/install_any.pm index 56a5de2ec..63d4aa4fa 100644 --- a/perl-install/install_any.pm +++ b/perl-install/install_any.pm @@ -1232,7 +1232,7 @@ sub log_sizes { sub X_options_from_o { my ($o) = @_; { - freeDriver => $o->{freeDriver}, + freedriver => $o->{freedriver}, allowFB => $o->{allowFB}, }; } -- cgit v1.2.1