summaryrefslogtreecommitdiffstats
path: root/remote/modules/dbus/dbus.build
diff options
context:
space:
mode:
authorSimon Rettberg2013-09-18 15:14:12 +0200
committerJonathan Bauer2013-09-30 13:26:31 +0200
commit7e97a36e3caa7f9bfeb520d28a9322725fd2ad04 (patch)
tree7874c66b1b1ffeef9e0de4c435aafbb4f406af5d /remote/modules/dbus/dbus.build
parent[dbus] Fix mkdir, remove /lib/systemd from required directories (diff)
downloadtm-scripts-7e97a36e3caa7f9bfeb520d28a9322725fd2ad04.tar.gz
tm-scripts-7e97a36e3caa7f9bfeb520d28a9322725fd2ad04.tar.xz
tm-scripts-7e97a36e3caa7f9bfeb520d28a9322725fd2ad04.zip
[dbus] Missed *.wants
Diffstat (limited to 'remote/modules/dbus/dbus.build')
-rw-r--r--remote/modules/dbus/dbus.build2
1 files changed, 1 insertions, 1 deletions
diff --git a/remote/modules/dbus/dbus.build b/remote/modules/dbus/dbus.build
index beb557b4..7b7e472c 100644
--- a/remote/modules/dbus/dbus.build
+++ b/remote/modules/dbus/dbus.build
@@ -22,7 +22,7 @@ build() {
[ -z "$UUIDGEN" ] && perror "Could not determine dbus-uuidgen location"
[ -z "$DAEMON" ] && perror "Could not determine dbus-daemon location"
[ -z "$SEND" ] && perror "Could not determine dbus-send location"
- sed "s,%UUIDGEN%,/$UUIDGEN,g;s,%DAEMON%,$DAEMON,g;s,%SEND%,$SEND,g" "templates/dbus.service" \
+ sed "s,%UUIDGEN%,/$UUIDGEN,g;s,%DAEMON%,/$DAEMON,g;s,%SEND%,/$SEND,g" "templates/dbus.service" \
> "$MODULE_BUILD_DIR/etc/systemd/system/dbus.service" \
|| perror "Could not generate $MODULE_BUILD_DIR/etc/systemd/system/dbus.service"
}