From: Antoine Jacoutot Date: Sat, 16 Aug 2014 10:09:01 +0000 (+0200) Subject: Unbreak install target. X-Git-Tag: gsoc-final~7 X-Git-Url: https://uglyman.kremlin.cc/gitweb/gitweb.cgi?p=systembsd.git;a=commitdiff_plain;h=87847f0744093f8b2db4e415755d5e1054a68cee Unbreak install target. --- diff --git a/Makefile b/Makefile index 93f52f2..7639490 100644 --- a/Makefile +++ b/Makefile @@ -45,13 +45,13 @@ CONFDIR= conf POLICYDIR= $(CONFDIR)/sysbus-policy ISPECTDIR= $(CONFDIR)/introspect-xml SERVICEFDIR= $(CONFDIR)/service-files -POLKITDIR= $(CONFDIR)/polkit-policy +POLKITDIR= $(CONFDIR)/polkit-policy INTFDIR= $(SRCDIR)/interfaces -DBUS_POLICYDIR= $(SYSCONFDIR)/dbus-1/system.d -DBUS_CONFIGDIR= $(PREFIX)/share/dbus-1/system-services -POLKIT_POLICYDIR= $(PREFIX)/share/polkit-1/actions +DBUS_POLICYDIR= $(SYSCONFDIR)/dbus-1/system.d +DBUS_CONFIGDIR= $(PREFIX)/share/dbus-1/system-services +POLKIT_POLICYDIR= $(PREFIX)/share/polkit-1/actions INVOKE_GENFILE_SCRIPT= \ ./scripts/gen-gdbus-interfaces.sh @@ -96,6 +96,7 @@ _install_conf: _generate_servicefiles ${INSTALL_DATA_DIR} $(DESTDIR)$(DBUS_POLICYDIR) ${INSTALL_DATA_DIR} $(DESTDIR)$(DBUS_CONFIGDIR) ${INSTALL_DATA_DIR} $(DESTDIR)$(SYSCONFDIR) + ${INSTALL_DATA_DIR} $(DESTDIR)$(POLKIT_POLICYDIR) ${INSTALL_DATA} $(POLICYDIR)/*-dbus.conf $(DESTDIR)$(DBUS_POLICYDIR)/ ${INSTALL_DATA} $(SERVICEFDIR)/*.service $(DESTDIR)$(DBUS_CONFIGDIR)/ ${INSTALL_DATA} $(CONFDIR)/systemd_compat.conf $(DESTDIR)$(SYSCONFDIR)/