mirror of
https://github.com/fish-shell/fish-shell
synced 2024-11-11 07:34:32 +00:00
[cmake] use full paths for extra configuration/function/completion dirs
This commit is contained in:
parent
625ef5d734
commit
a6d2b06529
1 changed files with 3 additions and 3 deletions
|
@ -25,15 +25,15 @@ SET(configure_input
|
|||
DO NOT MANUALLY EDIT THIS FILE!")
|
||||
|
||||
SET(extra_completionsdir
|
||||
${rel_datadir}/fish/vendor_completions.d
|
||||
${datadir}/fish/vendor_completions.d
|
||||
CACHE STRING "Path for extra completions")
|
||||
|
||||
SET(extra_functionsdir
|
||||
${rel_datadir}/fish/vendor_functions.d
|
||||
${datadir}/fish/vendor_functions.d
|
||||
CACHE STRING "Path for extra completions")
|
||||
|
||||
SET(extra_confdir
|
||||
${rel_datadir}/fish/vendor_conf.d
|
||||
${datadir}/fish/vendor_conf.d
|
||||
CACHE STRING "Path for extra configuration")
|
||||
|
||||
# These are the man pages that go in system manpath.
|
||||
|
|
Loading…
Reference in a new issue