From 54d10c15b5e74f32178efbff017ea81172da1b30 Mon Sep 17 00:00:00 2001 From: Thierry Vignaud Date: Thu, 4 Aug 2005 07:24:37 +0000 Subject: fix keyboardrake path (thus enabling to run a config tool for keyboards) --- perl-install/harddrake/data.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/perl-install/harddrake/data.pm b/perl-install/harddrake/data.pm index c58b83aca..f6f901e61 100644 --- a/perl-install/harddrake/data.pm +++ b/perl-install/harddrake/data.pm @@ -446,7 +446,7 @@ our @tree = class => "KEYBOARD", string => N("Keyboard"), icon => "usb.png", - configurator => "$sbindir/keyboardrake", + configurator => "$sbindir/keyboarddrake", detector => sub { f(grep { $_->{description} =~ /Keyboard/i } @devices), # USB devices are filtered out since we already catch them through probeall(): -- cgit v1.2.1