From: Yongjin Kim Date: Thu, 9 Jul 2015 10:35:47 +0000 (+0900) Subject: Fix to support aarch6 build X-Git-Tag: accepted/tizen/mobile/20150710.003648^0 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=710f6c685428b77ab81058b302fd4318dbd85bcd;p=platform%2Fcore%2Fconvergence%2Fservice-adaptor.git Fix to support aarch6 build Change-Id: Id209825e180405e037a577df03b9552a124e4aca Signed-off-by: Yongjin Kim --- diff --git a/CMakeLists.txt b/CMakeLists.txt index bbc6f3c..eb9ad25 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -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)