X-Git-Url: https://uglyman.kremlin.cc/gitweb/gitweb.cgi?p=systembsd.git;a=blobdiff_plain;f=Makefile;h=48d3b873b75a87df6219b8c18fa5c301e77a3a21;hp=3e47048e525857119a51f2d687cd2194de15c26a;hb=89048d5b9f63b1fbc3d1520221500ed139dbc28b;hpb=aa4e15dfb588f060c4e9a7a5d652e656fd3ed553 diff --git a/Makefile b/Makefile index 3e47048..48d3b87 100644 --- a/Makefile +++ b/Makefile @@ -45,11 +45,13 @@ CONFDIR= conf POLICYDIR= $(CONFDIR)/sysbus-policy ISPECTDIR= $(CONFDIR)/introspect-xml SERVICEFDIR= $(CONFDIR)/service-files +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 INVOKE_GENFILE_SCRIPT= \ ./scripts/gen-gdbus-interfaces.sh @@ -95,6 +97,7 @@ _install_conf: _generate_servicefiles ${INSTALL_DATA} $(POLICYDIR)/*-dbus.conf $(DESTDIR)$(DBUS_POLICYDIR)/ ${INSTALL_DATA} $(SERVICEFDIR)/*.service $(DESTDIR)$(DBUS_CONFIGDIR)/ ${INSTALL_DATA} $(CONFDIR)/systemd_compat.conf $(DESTDIR)$(SYSCONFDIR)/ + ${INSTALL_DATA} $(POLKITDIR)/*.policy $(DESTDIR)$(POLKIT_POLICYDIR)/ _install_interface_binaries: $(LINKHN) ${INSTALL_PROGRAM_DIR} $(DESTDIR)$(BINDIR)