diff options
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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) |