From 6ddd43bef3b805832e0bc8d99463c93a541ff4ab Mon Sep 17 00:00:00 2001 From: kremlin Date: Mon, 21 Jul 2014 21:00:27 -0500 Subject: add DBus service files, change Makefile to install them --- Makefile | 12 +++++------- 1 file changed, 5 insertions(+), 7 deletions(-) (limited to 'Makefile') 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/ -- cgit v1.2.3