summaryrefslogtreecommitdiff
path: root/src/tools
diff options
context:
space:
mode:
authorSander Vrijders <sander.vrijders@intec.ugent.be>2016-06-28 10:37:12 +0200
committerSander Vrijders <sander.vrijders@intec.ugent.be>2016-06-28 10:37:12 +0200
commit1c3fe32d18d50da2e9817289d7a298bb5b9a0643 (patch)
treead06a22d076c3981c8994166d1d9932a37f024d8 /src/tools
parent25b12e206d22125b7d403d1339738f5bb4a468b5 (diff)
parente552ad819aa9ba007464f5dcd6e4aa466f2c4ed9 (diff)
downloadouroboros-1c3fe32d18d50da2e9817289d7a298bb5b9a0643.tar.gz
ouroboros-1c3fe32d18d50da2e9817289d7a298bb5b9a0643.zip
Merged in dstaesse/ouroboros/be-buildfix (pull request #141)
build: correct sandboxing
Diffstat (limited to 'src/tools')
-rw-r--r--src/tools/cbr/CMakeLists.txt2
-rw-r--r--src/tools/echo/CMakeLists.txt2
-rw-r--r--src/tools/irm/CMakeLists.txt2
3 files changed, 3 insertions, 3 deletions
diff --git a/src/tools/cbr/CMakeLists.txt b/src/tools/cbr/CMakeLists.txt
index e54ffff6..232bea36 100644
--- a/src/tools/cbr/CMakeLists.txt
+++ b/src/tools/cbr/CMakeLists.txt
@@ -13,4 +13,4 @@ add_executable(cbr ${SOURCE_FILES})
target_link_libraries(cbr LINK_PUBLIC ouroboros)
-install(TARGETS cbr RUNTIME DESTINATION /usr/bin)
+install(TARGETS cbr RUNTIME DESTINATION usr/bin)
diff --git a/src/tools/echo/CMakeLists.txt b/src/tools/echo/CMakeLists.txt
index ec8ed7ba..42bcdbfe 100644
--- a/src/tools/echo/CMakeLists.txt
+++ b/src/tools/echo/CMakeLists.txt
@@ -13,4 +13,4 @@ add_executable(echo-app ${SOURCE_FILES})
target_link_libraries(echo-app LINK_PUBLIC ouroboros)
-install(TARGETS echo-app RUNTIME DESTINATION /usr/bin)
+install(TARGETS echo-app RUNTIME DESTINATION usr/bin)
diff --git a/src/tools/irm/CMakeLists.txt b/src/tools/irm/CMakeLists.txt
index 42fabcb0..d1f227a8 100644
--- a/src/tools/irm/CMakeLists.txt
+++ b/src/tools/irm/CMakeLists.txt
@@ -20,4 +20,4 @@ add_executable (irm ${SOURCE_FILES})
target_link_libraries (irm LINK_PUBLIC ouroboros)
-install(TARGETS irm RUNTIME DESTINATION /sbin)
+install(TARGETS irm RUNTIME DESTINATION sbin)