summaryrefslogtreecommitdiffstats
path: root/perl-install/harddrake
diff options
context:
space:
mode:
authorThierry Vignaud <tvignaud@mandriva.org>2002-11-12 15:35:01 +0000
committerThierry Vignaud <tvignaud@mandriva.org>2002-11-12 15:35:01 +0000
commit1de20e7679468765990303625787c69eda880bdc (patch)
treedb8b89320adcbcf024dff38c1165a70b6c385704 /perl-install/harddrake
parent629aa0a7491cb028febafa8d5eeb9689fcc609b0 (diff)
downloaddrakx-backup-do-not-use-1de20e7679468765990303625787c69eda880bdc.tar
drakx-backup-do-not-use-1de20e7679468765990303625787c69eda880bdc.tar.gz
drakx-backup-do-not-use-1de20e7679468765990303625787c69eda880bdc.tar.bz2
drakx-backup-do-not-use-1de20e7679468765990303625787c69eda880bdc.tar.xz
drakx-backup-do-not-use-1de20e7679468765990303625787c69eda880bdc.zip
resync with printerdrake
Diffstat (limited to 'perl-install/harddrake')
-rw-r--r--perl-install/harddrake/data.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/perl-install/harddrake/data.pm b/perl-install/harddrake/data.pm
index 45af79479..e6a6e362f 100644
--- a/perl-install/harddrake/data.pm
+++ b/perl-install/harddrake/data.pm
@@ -46,7 +46,7 @@ our @tree =
["UNKNOWN","Unknown/Others", "unknown.png", "", \&unknown, 0 ],
["PRINTER","Printer", "hw_printer.png", "$sbindir/printerdrake", sub {
- require printerdrake; printerdrake::detect() }, 0 ],
+ require printer::detect; printer::detect::detect() }, 0 ],
["SCANNER","Scanner", "scanner.png", "$sbindir/scannerdrake", sub {
require scanner; scanner::detect() }, 0 ],
["MOUSE","Mouse", "hw_mouse.png", "$sbindir/mousedrake", sub {