Install .service file into dbus system service directory 70/11070/2
authorChengwei Yang <chengwei.yang@intel.com>
Thu, 17 Oct 2013 09:00:19 +0000 (17:00 +0800)
committerZhang zhengguang <zhengguang.zhang@intel.com>
Fri, 1 Nov 2013 01:56:02 +0000 (09:56 +0800)
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 <chengwei.yang@intel.com>
CMakeLists.txt
packaging/mobileap-agent.spec

index 52c65d9..938a9f1 100644 (file)
@@ -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)
 
index f659f4d..e40b777 100644 (file)
@@ -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