diff options
author | Pascal Rigaux <pixel@mandriva.com> | 2004-01-05 15:07:03 +0000 |
---|---|---|
committer | Pascal Rigaux <pixel@mandriva.com> | 2004-01-05 15:07:03 +0000 |
commit | 3af053ecfc2105a9637a86864012b6a6a1492c75 (patch) | |
tree | 962cc1510c92eb8b8682a0036692e5d5ff8c21aa /perl-install/standalone | |
parent | cbde3bb17d6727f6c8cdee03f78bf0b784c295b9 (diff) | |
download | drakx-3af053ecfc2105a9637a86864012b6a6a1492c75.tar drakx-3af053ecfc2105a9637a86864012b6a6a1492c75.tar.gz drakx-3af053ecfc2105a9637a86864012b6a6a1492c75.tar.bz2 drakx-3af053ecfc2105a9637a86864012b6a6a1492c75.tar.xz drakx-3af053ecfc2105a9637a86864012b6a6a1492c75.zip |
write_conf() doesn't need $prefix anymore
Diffstat (limited to 'perl-install/standalone')
-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 3f862c21f..9ae4b9664 100755 --- a/perl-install/standalone/draksound +++ b/perl-install/standalone/draksound @@ -55,5 +55,5 @@ 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."))); } -modules::write_conf; +modules::write_conf(); $in->exit(0); |