summaryrefslogtreecommitdiffstats
path: root/storageserver
diff options
context:
space:
mode:
authorArnstein Ressem <aressem@yahoo-inc.com>2017-09-26 16:20:56 +0200
committerArnstein Ressem <aressem@yahoo-inc.com>2017-09-26 16:20:56 +0200
commit918de40ce6e48549427e49bb33dade4b6405c52e (patch)
treee6dbb302306170f4f183f118fb820efe4f168a99 /storageserver
parent471ca26b077dc4d9b8d709f51071e8fe66347540 (diff)
Fix directories.
Diffstat (limited to 'storageserver')
-rw-r--r--storageserver/src/apps/storaged/CMakeLists.txt2
1 files changed, 2 insertions, 0 deletions
diff --git a/storageserver/src/apps/storaged/CMakeLists.txt b/storageserver/src/apps/storaged/CMakeLists.txt
index b971ce44339..2c5c837d3cd 100644
--- a/storageserver/src/apps/storaged/CMakeLists.txt
+++ b/storageserver/src/apps/storaged/CMakeLists.txt
@@ -9,3 +9,5 @@ vespa_add_executable(storageserver_storaged_app
storageserver_storageapp
searchlib_searchlib_uca
)
+
+install(CODE "execute_process(COMMAND ln -snf vespa-storaged-bin $ENV{DESTDIR}/${CMAKE_INSTALL_PREFIX}/sbin/vespa-distributord-bin)")