diff options
author | Pascal Rigaux <pixel@mandriva.com> | 2000-03-05 22:43:46 +0000 |
---|---|---|
committer | Pascal Rigaux <pixel@mandriva.com> | 2000-03-05 22:43:46 +0000 |
commit | 26a387d5919bba9ccdb8a8447daa114204a997c4 (patch) | |
tree | c76ed77468ddcf8ff471514aa3b0eb2b0ee300c4 /perl-install/mouse.pm | |
parent | 0bb6afa215fff585416bc88aa967c7e1eb61672e (diff) | |
download | drakx-26a387d5919bba9ccdb8a8447daa114204a997c4.tar drakx-26a387d5919bba9ccdb8a8447daa114204a997c4.tar.gz drakx-26a387d5919bba9ccdb8a8447daa114204a997c4.tar.bz2 drakx-26a387d5919bba9ccdb8a8447daa114204a997c4.tar.xz drakx-26a387d5919bba9ccdb8a8447daa114204a997c4.zip |
no_comment
Diffstat (limited to 'perl-install/mouse.pm')
-rw-r--r-- | perl-install/mouse.pm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/perl-install/mouse.pm b/perl-install/mouse.pm index 8bf898d5a..fcbf1e25f 100644 --- a/perl-install/mouse.pm +++ b/perl-install/mouse.pm @@ -122,7 +122,7 @@ sub mouseconfig { sub detect() { return name2mouse("Sun - Mouse") if arch() =~ /^sparc/; - if (arch() eq"ppc") { + if (arch() eq "ppc") { return name2mouse("Apple USB Mouse") if detect_devices::hasMouseMacUSB; # No need to search for an ADB mouse. If I did, the PPC kernel would # find one whether or not I had one installed! So.. default to it. |