From e70bc95350ebf8b6273e7fc5ba493b71849fdbf1 Mon Sep 17 00:00:00 2001 From: Chengwei Yang Date: Thu, 17 Oct 2013 17:00:19 +0800 Subject: [PATCH] Install .service file into dbus system service directory the system-wide dbus services should be installed into dbus system services directory. Bug: https://bugs.tizen.org/jira/browse/PTREL-124 Change-Id: Icba3a7dd2f87735f315fe156400095114069c748 Signed-off-by: Chengwei Yang --- CMakeLists.txt | 2 +- packaging/mobileap-agent.spec | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 52c65d9..938a9f1 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -59,5 +59,5 @@ ADD_EXECUTABLE(${PROJECT_NAME} ${SRCS}) TARGET_LINK_LIBRARIES(${PROJECT_NAME} ${pkgs_LDFLAGS}) INSTALL(TARGETS ${PROJECT_NAME} DESTINATION bin) -INSTALL(FILES ${CMAKE_CURRENT_SOURCE_DIR}/src/org.tizen.tethering.service DESTINATION share/dbus-1/services) +INSTALL(FILES ${CMAKE_CURRENT_SOURCE_DIR}/src/org.tizen.tethering.service DESTINATION share/dbus-1/system-services) diff --git a/packaging/mobileap-agent.spec b/packaging/mobileap-agent.spec index f659f4d..e40b777 100644 --- a/packaging/mobileap-agent.spec +++ b/packaging/mobileap-agent.spec @@ -45,7 +45,7 @@ make %{?jobs:-j%jobs} %files %manifest %{name}.manifest %defattr(-,root,root,-) -/usr/share/dbus-1/services/org.tizen.tethering.service +/usr/share/dbus-1/system-services/org.tizen.tethering.service %{_bindir}/mobileap-agent %changelog -- 2.7.4