diff options
author | Sander Vrijders <sander.vrijders@intec.ugent.be> | 2016-06-28 10:37:12 +0200 |
---|---|---|
committer | Sander Vrijders <sander.vrijders@intec.ugent.be> | 2016-06-28 10:37:12 +0200 |
commit | 1c3fe32d18d50da2e9817289d7a298bb5b9a0643 (patch) | |
tree | ad06a22d076c3981c8994166d1d9932a37f024d8 /src/ipcpd/shim-eth-llc/CMakeLists.txt | |
parent | 25b12e206d22125b7d403d1339738f5bb4a468b5 (diff) | |
parent | e552ad819aa9ba007464f5dcd6e4aa466f2c4ed9 (diff) | |
download | ouroboros-1c3fe32d18d50da2e9817289d7a298bb5b9a0643.tar.gz ouroboros-1c3fe32d18d50da2e9817289d7a298bb5b9a0643.zip |
Merged in dstaesse/ouroboros/be-buildfix (pull request #141)
build: correct sandboxing
Diffstat (limited to 'src/ipcpd/shim-eth-llc/CMakeLists.txt')
-rw-r--r-- | src/ipcpd/shim-eth-llc/CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ipcpd/shim-eth-llc/CMakeLists.txt b/src/ipcpd/shim-eth-llc/CMakeLists.txt index 951deadc..a3f96735 100644 --- a/src/ipcpd/shim-eth-llc/CMakeLists.txt +++ b/src/ipcpd/shim-eth-llc/CMakeLists.txt @@ -34,4 +34,4 @@ if (CMAKE_BUILD_TYPE MATCHES Debug) MACRO_ADD_COMPILE_FLAGS(ipcpd-shim-eth-llc -DCONFIG_OUROBOROS_DEBUG) endif (CMAKE_BUILD_TYPE MATCHES Debug) -install(TARGETS ipcpd-shim-eth-llc RUNTIME DESTINATION /sbin) +install(TARGETS ipcpd-shim-eth-llc RUNTIME DESTINATION sbin) |