summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--perl-install/harddrake/autoconf.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/perl-install/harddrake/autoconf.pm b/perl-install/harddrake/autoconf.pm
index 54d89bd9b..4990b931a 100644
--- a/perl-install/harddrake/autoconf.pm
+++ b/perl-install/harddrake/autoconf.pm
@@ -54,7 +54,7 @@ sub bluetooth {
require services;
services::set_status("bluetooth", $enable);
my $kbluetoothd_cfg = '/etc/kde/kbluetoothdrc';
- update_gnomekderc(get_system_root($live) . $kbluetoothd_cfg,
+ update_gnomekderc($kbluetoothd_cfg,
'General',
'AutoStart' => bool2text($enable)) if -f $kbluetoothd_cfg;
}