mirror of
https://github.com/fish-shell/fish-shell.git
synced 2024-11-27 03:13:37 +08:00
[cmake] use full paths for extra configuration/function/completion dirs
This commit is contained in:
parent
625ef5d734
commit
a6d2b06529
|
@ -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.
|
||||||
|
|
Loading…
Reference in New Issue
Block a user