mirror of
https://github.com/fish-shell/fish-shell.git
synced 2025-03-15 23:22:53 +08:00
CMake: fix prefix paths for extra directories
This commit is contained in:
parent
39ddfa2ad2
commit
57bd122719
@ -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.
|
||||
|
Loading…
x
Reference in New Issue
Block a user