Skip to content

Commit

Permalink
[packaging] Rename dbus service to match service name. Contributes JB…
Browse files Browse the repository at this point in the history
…#46335
  • Loading branch information
xfade committed Aug 2, 2019
1 parent bf70ccf commit 844a5c9
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions Makefile
Expand Up @@ -345,8 +345,8 @@ ifeq ($(USE_SYSTEM_BUS),y)
$(ROOT)/etc/dbus-1/system.d/profiled.conf
else
install -m755 -d $(ROOT)$(PREFIX)/share/dbus-1/services
install -m644 profiled.service \
$(ROOT)$(PREFIX)/share/dbus-1/services/profiled.service
install -m644 com.nokia.profiled.service \
$(ROOT)$(PREFIX)/share/dbus-1/services/com.nokia.profiled.service
install -m755 -d $(ROOT)$(PREFIX)/lib/systemd/user/
install -m644 systemd/profiled.service \
$(ROOT)$(PREFIX)/lib/systemd/user/
Expand Down
File renamed without changes.
2 changes: 1 addition & 1 deletion rpm/profiled.spec
Expand Up @@ -86,7 +86,7 @@ rm %{buildroot}/%{_libdir}/libprofile.a
%dir %{_sysconfdir}/profiled
%{_bindir}/%{name}
%{_libdir}/libprofile.so.*
%{_datadir}/dbus-1/services/profiled.service
%{_datadir}/dbus-1/services/com.nokia.profiled.service
%{_libdir}/systemd/user/profiled.service

%files doc
Expand Down

0 comments on commit 844a5c9

Please sign in to comment.