summaryrefslogtreecommitdiffstats
path: root/perl-install/install2.pm
diff options
context:
space:
mode:
Diffstat (limited to 'perl-install/install2.pm')
-rw-r--r--perl-install/install2.pm2
1 files changed, 1 insertions, 1 deletions
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