aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorkremlin <ian@kremlin.cc>2014-07-22 10:00:27 +0800
committerkremlin <ian@kremlin.cc>2014-07-22 10:00:27 +0800
commit15d5f24827ccb89f0dceb6e98bb4edf64462a7d9 (patch)
treee6c9b289a8feebe6e4255d9eb75391b04812ec34 /Makefile
parent70188a1d0c516e8806f67328cacb7d94beaa39d6 (diff)
downloadsystembsd-15d5f24827ccb89f0dceb6e98bb4edf64462a7d9.tar
systembsd-15d5f24827ccb89f0dceb6e98bb4edf64462a7d9.tar.gz
systembsd-15d5f24827ccb89f0dceb6e98bb4edf64462a7d9.tar.bz2
systembsd-15d5f24827ccb89f0dceb6e98bb4edf64462a7d9.tar.lz
systembsd-15d5f24827ccb89f0dceb6e98bb4edf64462a7d9.tar.xz
systembsd-15d5f24827ccb89f0dceb6e98bb4edf64462a7d9.tar.zst
systembsd-15d5f24827ccb89f0dceb6e98bb4edf64462a7d9.zip
add DBus service files, change Makefile to install them
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile12
1 files changed, 5 insertions, 7 deletions
diff --git a/Makefile b/Makefile
index 011a12c..048bcf2 100644
--- a/Makefile
+++ b/Makefile
@@ -49,12 +49,10 @@ _build_genfile_objs_debug:
gcc -o bin/obj/logind-gen.o $(DEBUGF) $(GLIBOF) $(SANITY) -c $(INTFDIR)/logind/logind-gen.c
_install_conf:
- cp conf/*-dbus.conf /etc/dbus-1/system.d/
- cp conf/systemd_compat.conf /etc/
+ cp conf/*-dbus.conf /etc/dbus-1/system.d/
+ cp conf/systemd_compat.conf /etc/
+ cp conf/org.freedesktop.*.service /usr/local/share/dbus-1/system-services/
_install_interface_binaries: $(LINKHN)
- cp bin/systemd-hostnamed /usr/local/libexec/
- cp bin/systemd-localed /usr/local/libexec/
- cp bin/systemd-timedated /usr/local/libexec/
- cp bin/systemd-logind /usr/local/libexec/
-
+ mkdir /usr/local/bin/systemd-compat
+ cp bin/systemd-* /usr/local/bin/systemd-compat/