projects
/
ceph.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6a66560
)
fix-bash-completion-location
author
Ceph Packaging Team
<team+ceph@tracker.debian.org>
Sun, 8 Mar 2020 21:31:55 +0000
(21:31 +0000)
committer
Bernd Zeimetz
<bzed@debian.org>
Sun, 8 Mar 2020 21:31:55 +0000
(21:31 +0000)
Gbp-Pq: Name fix-bash-completion-location
src/bash_completion/CMakeLists.txt
patch
|
blob
|
history
diff --git
a/src/bash_completion/CMakeLists.txt
b/src/bash_completion/CMakeLists.txt
index 8d834774d77d71e62c7f0a5431d14d764a981fa7..d963cc9ec12cf1d47441612e54ffe828b8487302 100644
(file)
--- a/
src/bash_completion/CMakeLists.txt
+++ b/
src/bash_completion/CMakeLists.txt
@@
-11,5
+11,5
@@
if(WITH_RADOSGW)
endif()
install(FILES ${completions}
- DESTINATION
${CMAKE_INSTALL_SYSCONFDIR}/bash_completion.d
)
+ DESTINATION
/usr/share/bash-completion/completions
)