summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDavid Kowis2011-12-20 21:29:19 -0600
committerDavid Kowis2011-12-20 21:29:19 -0600
commit0ca4c67464687e366578bf73c0c1361726f1f05d (patch)
tree40a3803524176b6bced1126622e482bb8a04048d
parent058fff3d7a7d7af5626681800afd58fd7a448966 (diff)
dbus: adding logic to handle installation of systemd stuff
-rwxr-xr-xutils/dbus/BUILD4
-rw-r--r--utils/dbus/HISTORY3
2 files changed, 7 insertions, 0 deletions
diff --git a/utils/dbus/BUILD b/utils/dbus/BUILD
index 3fe0422109..f210cafe2c 100755
--- a/utils/dbus/BUILD
+++ b/utils/dbus/BUILD
@@ -1,3 +1,7 @@
+if spell_ok systemd; then
+ # if systemd is installed, then include this. Needed for systemd to work
+ OPTS=" --with-systemdsystemunitdir=${INSTALL_ROOT}/lib/systemd/system"
+fi &&
if [ "$DBUS_SELINUX" == "y" ]; then
OPTS="--enable-selinux $OPTS"
fi &&
diff --git a/utils/dbus/HISTORY b/utils/dbus/HISTORY
index 5754e00218..613ec4d38e 100644
--- a/utils/dbus/HISTORY
+++ b/utils/dbus/HISTORY
@@ -1,3 +1,6 @@
+2011-12-20 David Kowis <dkowis@shlrm.org>
+ * BUILD: adding logic to handle installation of systemd stuff
+
2011-08-03 Ladislav Hagara <hgr@vabo.cz>
* DETAILS: 1.4.14