diff options
| author | Christian Rößler | 2013-06-04 17:56:29 +0200 |
|---|---|---|
| committer | Christian Rößler | 2013-06-04 17:56:29 +0200 |
| commit | 32a7b056f4e3f3031aacbde905a1ee096b40acf3 (patch) | |
| tree | 3cbcbe77f0f11c57c802aa2560f14b9ce1aa9876 /remote/modules/policykit | |
| parent | Add LIB64 var that will be set to lib64 on 64bit or lib on 32bit (diff) | |
| download | tm-scripts-32a7b056f4e3f3031aacbde905a1ee096b40acf3.tar.gz tm-scripts-32a7b056f4e3f3031aacbde905a1ee096b40acf3.tar.xz tm-scripts-32a7b056f4e3f3031aacbde905a1ee096b40acf3.zip | |
Changed: hardcoded /lib-paths changed to variable
LIB64 (=lib, =lib64 on 64bit systems)
Diffstat (limited to 'remote/modules/policykit')
| -rw-r--r-- | remote/modules/policykit/policykit.conf.zypper | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/remote/modules/policykit/policykit.conf.zypper b/remote/modules/policykit/policykit.conf.zypper index 87c0014e..c93181c5 100644 --- a/remote/modules/policykit/policykit.conf.zypper +++ b/remote/modules/policykit/policykit.conf.zypper @@ -5,7 +5,6 @@ REQUIRED_DIRECTORIES=" /etc/pam.d /etc/dbus-1 /etc/polkit-1 /usr/bin /usr/share/dbus-1 /usr/share/polkit-1 - /usr/lib/polkit-1 - /usr${ARCH_LIB_DIR}/polkit-1" + /usr/lib/polkit-1" REQUIRED_FILES="" REQUIRED_LIBRARIES="libmozjs185" |
