From 485a7fff03a04cdbca9e8f4220685362285096c1 Mon Sep 17 00:00:00 2001 From: "Jerry (Xinyu Hou)" Date: Tue, 25 Apr 2017 14:15:15 +0100 Subject: [PATCH] #6012 Move gui v1 into bin for deb packaging --- src/gui/CMakeLists.txt | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/gui/CMakeLists.txt b/src/gui/CMakeLists.txt index 176e42bc..a0f4122d 100644 --- a/src/gui/CMakeLists.txt +++ b/src/gui/CMakeLists.txt @@ -43,4 +43,6 @@ endif() if (${CMAKE_SYSTEM_NAME} MATCHES "Darwin") install (TARGETS synergy DESTINATION ${SYNERGY_BUNDLE_BINARY_DIR}) +elseif (${CMAKE_SYSTEM_NAME} MATCHES "Linux") + install (TARGETS synergy DESTINATION bin) endif()