summaryrefslogtreecommitdiffstats
path: root/perl-install/install_any.pm
diff options
context:
space:
mode:
authorPascal Rigaux <pixel@mandriva.com>2004-08-16 05:07:12 +0000
committerPascal Rigaux <pixel@mandriva.com>2004-08-16 05:07:12 +0000
commit7ad843e0db621a0db6b3e505cf1d88af89fa4ca0 (patch)
treee59126def4d46a89be03b4b5a122f59abc55a38d /perl-install/install_any.pm
parent0154500fee77a21cced3d2cf49c1c3f2778eed50 (diff)
downloaddrakx-backup-do-not-use-7ad843e0db621a0db6b3e505cf1d88af89fa4ca0.tar
drakx-backup-do-not-use-7ad843e0db621a0db6b3e505cf1d88af89fa4ca0.tar.gz
drakx-backup-do-not-use-7ad843e0db621a0db6b3e505cf1d88af89fa4ca0.tar.bz2
drakx-backup-do-not-use-7ad843e0db621a0db6b3e505cf1d88af89fa4ca0.tar.xz
drakx-backup-do-not-use-7ad843e0db621a0db6b3e505cf1d88af89fa4ca0.zip
replace freeDriver with freedriver (stage2 para are lower cased)
Diffstat (limited to 'perl-install/install_any.pm')
-rw-r--r--perl-install/install_any.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/perl-install/install_any.pm b/perl-install/install_any.pm
index 37f64ab39..9e2543780 100644
--- a/perl-install/install_any.pm
+++ b/perl-install/install_any.pm
@@ -1114,7 +1114,7 @@ sub log_sizes {
sub X_options_from_o {
my ($o) = @_;
{
- freeDriver => $o->{freeDriver},
+ freedriver => $o->{freedriver},
allowFB => $o->{allowFB},
};
}