CMake: fix prefix paths for extra directories

This commit is contained in:
David Adam 2017-11-06 17:38:40 +08:00
parent 39ddfa2ad2
commit 57bd122719

View File

@ -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.