summaryrefslogtreecommitdiffstats
path: root/perl-install/standalone/draksound
diff options
context:
space:
mode:
authorPascal Rigaux <pixel@mandriva.com>2004-01-05 15:07:03 +0000
committerPascal Rigaux <pixel@mandriva.com>2004-01-05 15:07:03 +0000
commit3af053ecfc2105a9637a86864012b6a6a1492c75 (patch)
tree962cc1510c92eb8b8682a0036692e5d5ff8c21aa /perl-install/standalone/draksound
parentcbde3bb17d6727f6c8cdee03f78bf0b784c295b9 (diff)
downloaddrakx-backup-do-not-use-3af053ecfc2105a9637a86864012b6a6a1492c75.tar
drakx-backup-do-not-use-3af053ecfc2105a9637a86864012b6a6a1492c75.tar.gz
drakx-backup-do-not-use-3af053ecfc2105a9637a86864012b6a6a1492c75.tar.bz2
drakx-backup-do-not-use-3af053ecfc2105a9637a86864012b6a6a1492c75.tar.xz
drakx-backup-do-not-use-3af053ecfc2105a9637a86864012b6a6a1492c75.zip
write_conf() doesn't need $prefix anymore
Diffstat (limited to 'perl-install/standalone/draksound')
-rwxr-xr-xperl-install/standalone/draksound2
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);