diff options
author | Pascal Rigaux <pixel@mandriva.com> | 2000-02-28 17:46:52 +0000 |
---|---|---|
committer | Pascal Rigaux <pixel@mandriva.com> | 2000-02-28 17:46:52 +0000 |
commit | dbb92fc24abd933eff171909db38d78e1d2f40c6 (patch) | |
tree | eb4cfbfc11bec85bde725ad8d334b81f882bc403 /perl-install/install_steps_gtk.pm | |
parent | cca75ba38464d15e685b0c2b6e2fb5e9947f61a2 (diff) | |
download | drakx-dbb92fc24abd933eff171909db38d78e1d2f40c6.tar drakx-dbb92fc24abd933eff171909db38d78e1d2f40c6.tar.gz drakx-dbb92fc24abd933eff171909db38d78e1d2f40c6.tar.bz2 drakx-dbb92fc24abd933eff171909db38d78e1d2f40c6.tar.xz drakx-dbb92fc24abd933eff171909db38d78e1d2f40c6.zip |
no_comment
Diffstat (limited to 'perl-install/install_steps_gtk.pm')
-rw-r--r-- | perl-install/install_steps_gtk.pm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/perl-install/install_steps_gtk.pm b/perl-install/install_steps_gtk.pm index cdc06f36e..3e05193ab 100644 --- a/perl-install/install_steps_gtk.pm +++ b/perl-install/install_steps_gtk.pm @@ -194,7 +194,7 @@ sub new($$) { #-@servers = qw(SVGA 3DLabs TGA) } @servers = qw(Mach64) if arch() =~ /^sparc/; - @servers = qw(PPCDummy) if arch() eq "ppc"; + @servers = qw(PPCDummy) if arch() eq "ppc"; foreach (@servers) { log::l("Trying with server $_"); |