[cmake] use full paths for extra configuration/function/completion dirs

This commit is contained in:
David Adam 2018-03-23 13:34:16 +11:00
parent 625ef5d734
commit a6d2b06529

View File

@ -25,15 +25,15 @@ SET(configure_input
DO NOT MANUALLY EDIT THIS FILE!") DO NOT MANUALLY EDIT THIS FILE!")
SET(extra_completionsdir SET(extra_completionsdir
${rel_datadir}/fish/vendor_completions.d ${datadir}/fish/vendor_completions.d
CACHE STRING "Path for extra completions") CACHE STRING "Path for extra completions")
SET(extra_functionsdir SET(extra_functionsdir
${rel_datadir}/fish/vendor_functions.d ${datadir}/fish/vendor_functions.d
CACHE STRING "Path for extra completions") CACHE STRING "Path for extra completions")
SET(extra_confdir SET(extra_confdir
${rel_datadir}/fish/vendor_conf.d ${datadir}/fish/vendor_conf.d
CACHE STRING "Path for extra configuration") CACHE STRING "Path for extra configuration")
# These are the man pages that go in system manpath. # These are the man pages that go in system manpath.