summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRuben Undheim <ruben.undheim@gmail.com>2016-05-14 15:58:01 +0200
committerRuben Undheim <ruben.undheim@gmail.com>2018-08-12 00:06:34 +0200
commit1043f9b3c4d60ae2579511cfd50b3f50e7b844fd (patch)
treec5624fada714ff766d93c2f4cf9c61105373628e
parentcabc29d317dc3ae3efd14fefe5245cc669b0285a (diff)
The upstream command for creating symlink causes trouble when building the Debian packages. It is done by dh_link instead.
Forwarded: Doesn't make sense upstream Gbp-Pq: Name 02_dont_create_link.patch
-rw-r--r--CMakeLists.txt1
1 files changed, 0 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index 03c90d5..6c57ff7 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -36,7 +36,6 @@ CONFIGURE_FILE(${CMAKE_CURRENT_SOURCE_DIR}/config.h.in ${CMAKE_CURRENT_BINARY_DI
install(DIRECTORY flow DESTINATION lib/graywolf/bin)
-install(CODE "EXECUTE_PROCESS(COMMAND ln -sf flow.noroute flow WORKING_DIRECTORY ${CMAKE_INSTALL_PREFIX}/lib/graywolf/bin/flow)")
add_subdirectory(src)
add_subdirectory(script)