diff options
author | Thierry Vignaud <tvignaud@mandriva.org> | 2003-01-07 14:48:19 +0000 |
---|---|---|
committer | Thierry Vignaud <tvignaud@mandriva.org> | 2003-01-07 14:48:19 +0000 |
commit | 44f3167ffb750f41302128aed4dd763449dd5c50 (patch) | |
tree | 45297a3022144ef6dd27d4e60a8af260320157ca | |
parent | a07544c08c740cd77b31d319edcc6321c7376ba5 (diff) | |
download | drakx-44f3167ffb750f41302128aed4dd763449dd5c50.tar drakx-44f3167ffb750f41302128aed4dd763449dd5c50.tar.gz drakx-44f3167ffb750f41302128aed4dd763449dd5c50.tar.bz2 drakx-44f3167ffb750f41302128aed4dd763449dd5c50.tar.xz drakx-44f3167ffb750f41302128aed4dd763449dd5c50.zip |
perl_checker fix
-rwxr-xr-x | perl-install/standalone/draksound | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/perl-install/standalone/draksound b/perl-install/standalone/draksound index 4e5d8d479..5f27779fb 100755 --- a/perl-install/standalone/draksound +++ b/perl-install/standalone/draksound @@ -50,7 +50,7 @@ if (@devices) { You can visit our hardware database at: -http://www.linux-mandrake.com/en/hardware.php3"). +http://www.linux-mandrake.com/en/hardware.php3") . N("\n\n\nNote: if you've an ISA PnP sound card, you'll have to use the sndconfig program. Just type \"sndconfig\" in a console."))); } |