Fix completion install destination

This commit is contained in:
Martchus 2016-09-12 00:09:54 +02:00
parent 34cd505bf7
commit 62c0145bce
1 changed files with 1 additions and 1 deletions

View File

@ -22,7 +22,7 @@ if(SHELL_COMPLETION_ENABLED)
# add install target bash completion
install(DIRECTORY "${CMAKE_CURRENT_BINARY_DIR}/bash-completion/completions"
DESTINATION "share/${META_PROJECT_NAME}/share"
DESTINATION "share/bash-completion"
COMPONENT bash-completion
)
if(NOT TARGET install-bash-completion)