summaryrefslogtreecommitdiffstats
path: root/remote
diff options
context:
space:
mode:
authorJonathan Bauer2013-03-13 18:34:49 +0100
committerJonathan Bauer2013-03-13 18:34:49 +0100
commit8fae92a3f2c82882d25ea9d1d9c0d998c5b235de (patch)
tree3c9df0397bc182a3f007c6ab9b60da80cd296e6f /remote
parentMerge branch 'master' of git.openslx.org:openslx-ng/tm-scripts (diff)
downloadtm-scripts-8fae92a3f2c82882d25ea9d1d9c0d998c5b235de.tar.gz
tm-scripts-8fae92a3f2c82882d25ea9d1d9c0d998c5b235de.tar.xz
tm-scripts-8fae92a3f2c82882d25ea9d1d9c0d998c5b235de.zip
fix bad config for policykit
Diffstat (limited to 'remote')
-rw-r--r--remote/tools/policykit/policykit.conf5
1 files changed, 1 insertions, 4 deletions
diff --git a/remote/tools/policykit/policykit.conf b/remote/tools/policykit/policykit.conf
index cb16bc79..3dcfd8d9 100644
--- a/remote/tools/policykit/policykit.conf
+++ b/remote/tools/policykit/policykit.conf
@@ -1,5 +1,3 @@
-VERSION=polkit-0.110
-URL=http://www.freedesktop.org/software/polkit/releases/polkit-0.110.tar.gz
REQUIRED_DEPENDENCIES="libmozjs185-1.0"
REQUIRED_PACKAGES="libmozjs185-1.0 policykit-1"
REQUIRED_BINARIES=""
@@ -8,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"