From b680e1fde45d81a4b6a85b7dea7e345c317340d4 Mon Sep 17 00:00:00 2001 From: Olivier Blin Date: Wed, 1 Mar 2006 17:44:32 +0000 Subject: really fix permissions for kbluetooth conf files --- tools/draklive | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tools') diff --git a/tools/draklive b/tools/draklive index afc1ec412..a0b86345c 100755 --- a/tools/draklive +++ b/tools/draklive @@ -519,7 +519,7 @@ USERS=no update_gnomekderc(get_system_root($live) . $kbluetoothd_cfg, 'Notification Messages', 'kbluepinLocInfo-usr-lib-kdebluetooth' => 'false'); - chmod 0644, $kbluetoothd_cfg; + chmod 0644, get_system_root($live) . $kbluetoothd_cfg; } sub create_loopback_files { -- cgit v1.2.1