README: Don't hardcode /etc in cmake fallback dir
This commit is contained in:
parent
889718be68
commit
2c5efeec3a
3
README
3
README
@ -146,7 +146,8 @@ Q. I author/maintain package X and would like to maintain my own
|
||||
message(STATUS
|
||||
"Using bash completion dir ${BASH_COMPLETION_COMPLETIONSDIR}")
|
||||
else()
|
||||
set (BASH_COMPLETION_COMPLETIONSDIR "/etc/bash_completion.d")
|
||||
set (BASH_COMPLETION_COMPLETIONSDIR
|
||||
"${CMAKE_INSTALL_SYSCONFDIR}/bash_completion.d")
|
||||
message (STATUS
|
||||
"Using fallback bash completion dir ${BASH_COMPLETION_COMPLETIONSDIR}")
|
||||
endif()
|
||||
|
Loading…
x
Reference in New Issue
Block a user