From 97310fec253feab355f9b016195f91c46c89a0c8 Mon Sep 17 00:00:00 2001 From: Papoteur Date: Tue, 9 Oct 2018 16:19:02 +0200 Subject: Correction to DBus configuration files --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 63e7e05..8ccd557 100644 --- a/Makefile +++ b/Makefile @@ -69,7 +69,7 @@ install: # for DBus conf file on /usr/share/dbus-1/system-d # to provide objects and interfaces mkdir -p $(DESTDIR)${DATADIR}/dbus-1/system-services - install -m 644 backend/org.mageia.magiback.service $(DESTDIR)${DATADIR}/dbus-1/system-services + install -m 644 backend/org.mageia.Magiback.service $(DESTDIR)${DATADIR}/dbus-1/system-services # for policy file isodumper on /usr/share/polkit-1/actions/ # to have authentication with polkit (use for mageia policy) -- cgit v1.2.1