diff options
author | Francois Pons <fpons@mandriva.com> | 2000-03-31 11:52:06 +0000 |
---|---|---|
committer | Francois Pons <fpons@mandriva.com> | 2000-03-31 11:52:06 +0000 |
commit | 5999898cb22f35cfadbea9df40ee82e622be4519 (patch) | |
tree | 4d015a00ae722fd57f5593dbdc8c22e676948a2d /perl-install/Xconfigurator.pm | |
parent | bee063d9df87e71367e9b4ed98668a111b9ec62f (diff) | |
download | drakx-5999898cb22f35cfadbea9df40ee82e622be4519.tar drakx-5999898cb22f35cfadbea9df40ee82e622be4519.tar.gz drakx-5999898cb22f35cfadbea9df40ee82e622be4519.tar.bz2 drakx-5999898cb22f35cfadbea9df40ee82e622be4519.tar.xz drakx-5999898cb22f35cfadbea9df40ee82e622be4519.zip |
*** empty log message ***
Diffstat (limited to 'perl-install/Xconfigurator.pm')
-rw-r--r-- | perl-install/Xconfigurator.pm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/perl-install/Xconfigurator.pm b/perl-install/Xconfigurator.pm index 0ca3fe1f3..bbebb1cba 100644 --- a/perl-install/Xconfigurator.pm +++ b/perl-install/Xconfigurator.pm @@ -332,7 +332,7 @@ sub testFinalConfig($;$$) { open STDERR, ">$f_err"; chroot $prefix if $prefix; exec $o->{card}{prog}, - "-xf86config", ($::testing ? $tmpconfig : $f) . ($::xf4 && "-4"), + ($o->{card}{prog} !~ /Xsun/ ? ("-xf86config", ($::testing ? $tmpconfig : $f) . ($::xf4 && "-4")) : ()), ":9" or c::_exit(0); } |