aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorAntoine Jacoutot <ajacoutot@bsdfrog.org>2014-08-16 18:09:01 +0800
committerAntoine Jacoutot <ajacoutot@bsdfrog.org>2014-08-16 18:09:01 +0800
commit87847f0744093f8b2db4e415755d5e1054a68cee (patch)
tree3accae754b626fc07b025fff99c7d738646dad28 /Makefile
parent933f62bb9d7127306739e057a81a48d6424102a4 (diff)
downloadsystembsd-87847f0744093f8b2db4e415755d5e1054a68cee.tar
systembsd-87847f0744093f8b2db4e415755d5e1054a68cee.tar.gz
systembsd-87847f0744093f8b2db4e415755d5e1054a68cee.tar.bz2
systembsd-87847f0744093f8b2db4e415755d5e1054a68cee.tar.lz
systembsd-87847f0744093f8b2db4e415755d5e1054a68cee.tar.xz
systembsd-87847f0744093f8b2db4e415755d5e1054a68cee.tar.zst
systembsd-87847f0744093f8b2db4e415755d5e1054a68cee.zip
Unbreak install target.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile9
1 files changed, 5 insertions, 4 deletions
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)/