Fix to support aarch6 build 50/43450/1 accepted/tizen/mobile/20150710.003648 accepted/tizen/tv/20150710.003704 accepted/tizen/wearable/20150710.003717 submit/tizen/20150709.103716
authorYongjin Kim <youth.kim@samsung.com>
Thu, 9 Jul 2015 10:35:47 +0000 (19:35 +0900)
committerYongjin Kim <youth.kim@samsung.com>
Thu, 9 Jul 2015 10:35:47 +0000 (19:35 +0900)
Change-Id: Id209825e180405e037a577df03b9552a124e4aca
Signed-off-by: Yongjin Kim <youth.kim@samsung.com>
CMakeLists.txt

index bbc6f3c..eb9ad25 100644 (file)
@@ -43,7 +43,7 @@ ADD_SUBDIRECTORY(test)
 # Define Install Files
 ##########################################################
 
-INSTALL(FILES ${CMAKE_CURRENT_BINARY_DIR}/packaging/service-adaptor.service DESTINATION /usr/lib/systemd/user)
+INSTALL(FILES ${CMAKE_CURRENT_BINARY_DIR}/packaging/service-adaptor.service DESTINATION ${LIB_INSTALL_DIR}/systemd/user)
 INSTALL(FILES ${CMAKE_CURRENT_BINARY_DIR}/packaging/org.tizen.serviceadaptor.client.service DESTINATION /usr/share/dbus-1/system-services)
 
 CONFIGURE_FILE(service-adaptor.pc.in service-adaptor.pc @ONLY)