summaryrefslogtreecommitdiffstats
path: root/remote
diff options
context:
space:
mode:
authorMichael Neves2013-03-13 18:37:23 +0100
committerMichael Neves2013-03-13 18:37:23 +0100
commite86698869f3deb40170d28bc000a5ce7a709f255 (patch)
treeeeae9efdd07184dd5e87886ce27965549509aeb6 /remote
parentminor fix (diff)
parentfix bad config for policykit (diff)
downloadtm-scripts-e86698869f3deb40170d28bc000a5ce7a709f255.tar.gz
tm-scripts-e86698869f3deb40170d28bc000a5ce7a709f255.tar.xz
tm-scripts-e86698869f3deb40170d28bc000a5ce7a709f255.zip
Merge branch 'master' of git.openslx.org:openslx-ng/tm-scripts
Diffstat (limited to 'remote')
-rw-r--r--remote/tools/policykit/policykit.conf3
1 files changed, 1 insertions, 2 deletions
diff --git a/remote/tools/policykit/policykit.conf b/remote/tools/policykit/policykit.conf
index 6712500f..3dcfd8d9 100644
--- a/remote/tools/policykit/policykit.conf
+++ b/remote/tools/policykit/policykit.conf
@@ -6,7 +6,6 @@ REQUIRED_DIRECTORIES=" /etc/pam.d /etc/dbus-1 /etc/polkit-1
/usr/share/dbus-1
/usr/share/polkit-1
/usr/lib/policykit-1
- /usr/lib/i386-linux-gnu/polkit-1
- /lib/systemd/system"
+ /usr/lib/${ARCH_TRIPLET}/polkit-1"
REQUIRED_FILES=""
REQUIRED_LIBRARIES="libmozjs185"