summaryrefslogtreecommitdiffstats
path: root/perl-install/Xconfig
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/Xconfig
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/Xconfig')
-rw-r--r--perl-install/Xconfig/card.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/perl-install/Xconfig/card.pm b/perl-install/Xconfig/card.pm
index 8e47b3205..cbb33a3a5 100644
--- a/perl-install/Xconfig/card.pm
+++ b/perl-install/Xconfig/card.pm
@@ -353,7 +353,7 @@ sub install_server {
push @packages, 'Mesa';
}
- if ($options->{freeDriver}) {
+ if ($options->{free_driver}) {
delete $card->{Driver2};
}