From: Chengwei Yang Date: Thu, 17 Oct 2013 09:00:19 +0000 (+0800) Subject: Install .service file into dbus system service directory X-Git-Tag: accepted/tizen/common/20150204.152905~1 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=refs%2Fchanges%2F70%2F11070%2F2;p=platform%2Fcore%2Fconnectivity%2Fmobileap-agent.git 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 --- 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