diff options
| author | Christian Rößler | 2013-09-18 14:33:52 +0200 |
|---|---|---|
| committer | Christian Rößler | 2013-09-18 14:33:52 +0200 |
| commit | 1dc7370b14e27a9ebb1faf7e650d8dea6c879201 (patch) | |
| tree | 9faf998710a0d2d46f868e6eaeb57970bc5ab414 | |
| parent | [stage32-opensuse] Just some target links (diff) | |
| download | tm-scripts-1dc7370b14e27a9ebb1faf7e650d8dea6c879201.tar.gz tm-scripts-1dc7370b14e27a9ebb1faf7e650d8dea6c879201.tar.xz tm-scripts-1dc7370b14e27a9ebb1faf7e650d8dea6c879201.zip | |
[polkit] polkit.build: +missing directory for opensuse
| -rw-r--r-- | remote/modules/polkit/polkit.build | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/remote/modules/polkit/polkit.build b/remote/modules/polkit/polkit.build index 151da8a8..10203209 100644 --- a/remote/modules/polkit/polkit.build +++ b/remote/modules/polkit/polkit.build @@ -12,7 +12,7 @@ build () { tarcopy "$(cat "${COPYLIST}" | sort -u)" "${MODULE_BUILD_DIR}" local POLPATH=$(find "$MODULE_BUILD_DIR" -name polkitd -executable | head -n 1) POLPATH="/${POLPATH#$MODULE_BUILD_DIR}" - mkdir -p "$MODULE_BUILD_DIR/etc/systemd/system" "$MODULE_BUILD_DIR/usr/share/dbus-1/system-services" + mkdir -p "$MODULE_BUILD_DIR/etc/systemd/system" "$MODULE_BUILD_DIR/usr/share/dbus-1/system-services" "$MODULE_BUILD_DIR/var/lib/polkit" sed "s,%POLKITD%,${POLPATH},g" "templates/systemd.service" > "$MODULE_BUILD_DIR/etc/systemd/system/polkit.service" || perror "Could not generate polkit.service for systemd" sed "s,%POLKITD%,${POLPATH},g" "templates/dbus.service" > "$MODULE_BUILD_DIR/usr/share/dbus-1/system-services/org.freedesktop.PolicyKit1.service" || perror "Could not generate polkit.service for dbus" } |
