diff options
author | Pascal Rigaux <pixel@mandriva.com> | 2005-09-13 09:24:45 +0000 |
---|---|---|
committer | Pascal Rigaux <pixel@mandriva.com> | 2005-09-13 09:24:45 +0000 |
commit | c9ecfca03e9e2042a86211ae8410cb226d34f204 (patch) | |
tree | c89221a673eed0fbc00a4da2a9d37f3adeaf02a3 /perl-install/install_any.pm | |
parent | 99ac989df64e5584088681aa98a95dbb92461699 (diff) | |
download | drakx-c9ecfca03e9e2042a86211ae8410cb226d34f204.tar drakx-c9ecfca03e9e2042a86211ae8410cb226d34f204.tar.gz drakx-c9ecfca03e9e2042a86211ae8410cb226d34f204.tar.bz2 drakx-c9ecfca03e9e2042a86211ae8410cb226d34f204.tar.xz drakx-c9ecfca03e9e2042a86211ae8410cb226d34f204.zip |
silently ignore existing X config file if upgrading an alien distro
Diffstat (limited to 'perl-install/install_any.pm')
-rw-r--r-- | perl-install/install_any.pm | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/perl-install/install_any.pm b/perl-install/install_any.pm index 244a71454..37b1f5cda 100644 --- a/perl-install/install_any.pm +++ b/perl-install/install_any.pm @@ -1843,6 +1843,7 @@ sub X_options_from_o { { freedriver => $o->{freedriver}, allowFB => $o->{allowFB}, + ignore_bad_conf => $o->{isUpgrade} =~ /redhat|conectiva/, }; } |