aboutsummaryrefslogtreecommitdiffstats
path: root/functions.cmake
diff options
context:
space:
mode:
authorTor Egge <Tor.Egge@verizonmedia.com>2020-02-08 03:41:09 +0100
committerTor Egge <Tor.Egge@verizonmedia.com>2020-02-08 03:41:09 +0100
commit8adc3470d2da4b36e4e6e7f3d20cdf7d09fdfd16 (patch)
tree46ba10ae8020b66fa01902a05990110f8c154edc /functions.cmake
parenta9f4d3752741698e03600eab928b92d249b9cc59 (diff)
Remove unneeded slash in symlink name.
Diffstat (limited to 'functions.cmake')
-rw-r--r--functions.cmake2
1 files changed, 1 insertions, 1 deletions
diff --git a/functions.cmake b/functions.cmake
index fc6fbc0b146..43dd2d30853 100644
--- a/functions.cmake
+++ b/functions.cmake
@@ -558,7 +558,7 @@ function(install_fat_java_artifact NAME)
endfunction()
function(install_absolute_symlink TARGET LINK)
- install(CODE "execute_process(COMMAND ln -snf ${TARGET} \$ENV{DESTDIR}/${CMAKE_INSTALL_PREFIX}/${LINK})")
+ install(CODE "execute_process(COMMAND ln -snf ${TARGET} \$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/${LINK})")
endfunction(install_absolute_symlink)
function(install_symlink TARGET LINK)