From 57bd1227192b440656ca863a70e208683e5b31bb Mon Sep 17 00:00:00 2001 From: David Adam Date: Mon, 6 Nov 2017 17:38:40 +0800 Subject: [PATCH] CMake: fix prefix paths for extra directories --- CMakeFiles/Install.cmake | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/CMakeFiles/Install.cmake b/CMakeFiles/Install.cmake index bcf486bc0..ff5115230 100644 --- a/CMakeFiles/Install.cmake +++ b/CMakeFiles/Install.cmake @@ -23,15 +23,15 @@ SET(configure_input DO NOT MANUALLY EDIT THIS FILE!") SET(extra_completionsdir - ${CMAKE_INSTALL_FULL_DATADIR}/fish/vendor_completions.d + ${rel_datadir}/fish/vendor_completions.d CACHE STRING "Path for extra completions") SET(extra_functionsdir - ${CMAKE_INSTALL_FULL_DATADIR}/fish/vendor_functions.d + ${rel_datadir}/fish/vendor_functions.d CACHE STRING "Path for extra completions") SET(extra_confdir - ${CMAKE_INSTALL_FULL_DATADIR}/fish/vendor_conf.d + ${rel_datadir}/fish/vendor_conf.d CACHE STRING "Path for extra configuration") # These are the man pages that go in system manpath.