diff options
author | dimitri staessens <dimitri.staessens@intec.ugent.be> | 2016-06-27 14:46:57 +0200 |
---|---|---|
committer | dimitri staessens <dimitri.staessens@intec.ugent.be> | 2016-06-27 14:46:57 +0200 |
commit | 25b12e206d22125b7d403d1339738f5bb4a468b5 (patch) | |
tree | 29434ed2e9da45b776559e8078ba84d323945d07 /src/ipcpd/local/CMakeLists.txt | |
parent | e32ab9d39612651af7641944f6e17d265b23dd95 (diff) | |
parent | 80765f1d6ea16892224be8da954e5b0a4c53303b (diff) | |
download | ouroboros-25b12e206d22125b7d403d1339738f5bb4a468b5.tar.gz ouroboros-25b12e206d22125b7d403d1339738f5bb4a468b5.zip |
Merged in sandervrijders/ouroboros/be (pull request #140)
build: Fix installation prefix
Diffstat (limited to 'src/ipcpd/local/CMakeLists.txt')
-rw-r--r-- | src/ipcpd/local/CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ipcpd/local/CMakeLists.txt b/src/ipcpd/local/CMakeLists.txt index cc19aad0..8052f513 100644 --- a/src/ipcpd/local/CMakeLists.txt +++ b/src/ipcpd/local/CMakeLists.txt @@ -26,7 +26,7 @@ if (CMAKE_BUILD_TYPE MATCHES Debug) MACRO_ADD_COMPILE_FLAGS(ipcpd-local -DCONFIG_OUROBOROS_DEBUG) endif (CMAKE_BUILD_TYPE MATCHES Debug) -install(TARGETS ipcpd-local RUNTIME DESTINATION sbin) +install(TARGETS ipcpd-local RUNTIME DESTINATION /sbin) # Enable once ipcp-local has tests # add_subdirectory(tests) |