From 7edd5deb2a99eee2e6eb8d48c7c085e0de3de2f3 Mon Sep 17 00:00:00 2001 From: Arnstein Ressem Date: Sat, 30 Sep 2017 20:14:02 +0200 Subject: Escape dollar signs in the CMakeLists.txt on code execution as this is used to populate another cmake script. --- storageserver/src/apps/storaged/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'storageserver/src/apps/storaged/CMakeLists.txt') 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)") -- cgit v1.2.3