From ce160308b67db3c6897cb464a3748b5853783246 Mon Sep 17 00:00:00 2001 From: Francois Pons Date: Thu, 9 Jan 2003 13:52:21 +0000 Subject: changed interface of detect_devices::install_addons. --- perl-install/install2.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'perl-install') diff --git a/perl-install/install2.pm b/perl-install/install2.pm index cdeefb372..37da3f28c 100644 --- a/perl-install/install2.pm +++ b/perl-install/install2.pm @@ -594,7 +594,7 @@ sub main { install_any::remove_advertising($o); install_any::write_fstab($o); modules::write_conf($o->{prefix}); - detect_devices::install_addons("$o->{prefix}/usr/share/ldetect-lst"); + detect_devices::install_addons($o->{prefix}); #- mainly for auto_install's #- do not use run_program::xxx because it doesn't leave stdin/stdout unchanged -- cgit v1.2.1