summaryrefslogtreecommitdiffstats
path: root/storageserver
diff options
context:
space:
mode:
authorArnstein Ressem <aressem@yahoo-inc.com>2017-09-30 20:14:02 +0200
committerArnstein Ressem <aressem@yahoo-inc.com>2017-09-30 20:14:02 +0200
commit7edd5deb2a99eee2e6eb8d48c7c085e0de3de2f3 (patch)
tree40af8bb5d469d583fe2a0d48f6a27be73be0dd3f /storageserver
parent8a02ebf681baddf7575818507ad5b701c862810b (diff)
Escape dollar signs in the CMakeLists.txt on code execution as this is used to populate another cmake script.
Diffstat (limited to 'storageserver')
-rw-r--r--storageserver/src/apps/storaged/CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/storageserver/src/apps/storaged/CMakeLists.txt b/storageserver/src/apps/storaged/CMakeLists.txt
index 2c5c837d3cd..2de4398f04c 100644
--- a/storageserver/src/apps/storaged/CMakeLists.txt
+++ b/storageserver/src/apps/storaged/CMakeLists.txt
@@ -10,4 +10,4 @@ vespa_add_executable(storageserver_storaged_app
searchlib_searchlib_uca
)
-install(CODE "execute_process(COMMAND ln -snf vespa-storaged-bin $ENV{DESTDIR}/${CMAKE_INSTALL_PREFIX}/sbin/vespa-distributord-bin)")
+install(CODE "execute_process(COMMAND ln -snf vespa-storaged-bin \$ENV{DESTDIR}/\${CMAKE_INSTALL_PREFIX}/sbin/vespa-distributord-bin)")