12 lines
559 B
Diff
12 lines
559 B
Diff
--- a/contrib/CMakeLists.txt
|
|
+++ b/contrib/CMakeLists.txt
|
|
@@ -85,7 +85,7 @@ endif (INSTALL_PHP_EXAMPLES)
|
|
if (INSTALL_BASH_COMPLETION)
|
|
macro_optional_find_package (BashCompletion)
|
|
if (NOT BASH_COMPLETION_FOUND)
|
|
- set (BASH_COMPLETION_COMPLETIONSDIR "/etc/bash_completion.d" CACHE PATH "Location of bash_completion.d")
|
|
+ set (BASH_COMPLETION_COMPLETIONSDIR "${CMAKE_INSTALL_PREFIX}/etc/bash_completion.d" CACHE PATH "Location of bash_completion.d")
|
|
endif (NOT BASH_COMPLETION_FOUND)
|
|
install (
|
|
FILES bash-completion/gammu
|