aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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)/