Change install destination of daemon 68/214868/1 accepted/tizen/unified/20190929.221449 submit/tizen/20190927.073444
authorJihoon Kim <jihoon48.kim@samsung.com>
Fri, 27 Sep 2019 07:30:05 +0000 (16:30 +0900)
committerJihoon Kim <jihoon48.kim@samsung.com>
Fri, 27 Sep 2019 07:30:12 +0000 (16:30 +0900)
Change-Id: Ibd790f2f32ae7320d2497693748ab3e5cd7beeee
Signed-off-by: Jihoon Kim <jihoon48.kim@samsung.com>
server/CMakeLists.txt

index 655ed42..0b7fe18 100644 (file)
@@ -16,5 +16,5 @@ SET(CMAKE_EXE_LINKER_FLAGS "-Wl,--as-needed -pie")
 ADD_EXECUTABLE(sticker-server ${SRCS})
 TARGET_LINK_LIBRARIES(sticker-server ${pkgs_LDFLAGS})
 
-## Install library files ##
-INSTALL(TARGETS sticker-server DESTINATION bin)
+## Install daemon file ##
+INSTALL(TARGETS sticker-server DESTINATION /usr/bin)