X-Git-Url: https://uglyman.kremlin.cc/gitweb/gitweb.cgi?p=systembsd.git;a=blobdiff_plain;f=Makefile;h=bcfab914bda24e6ba1b0688b74b215cdd8fc8535;hp=93f52f248a5d51a5f63f37d66631a03d58c16e6f;hb=3d6bffb8877bb40df1095c6966985c3ccd543548;hpb=483e90b704090617eba8bf030d23eca616063b21 diff --git a/Makefile b/Makefile index 93f52f2..bcfab91 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 @@ -95,10 +95,9 @@ _generate_servicefiles: _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)/ ${INSTALL_DATA} $(POLKITDIR)/*.policy $(DESTDIR)$(POLKIT_POLICYDIR)/ _install_interface_binaries: $(LINKHN)