From: Ceph Packaging Team Date: Sun, 8 Mar 2020 21:31:55 +0000 (+0000) Subject: fix-bash-completion-location X-Git-Tag: archive/raspbian/14.2.8-2+rpi1^2^2~3 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=3e25fb437c18fec23ad973bb05751e1d342b6ddf;p=ceph.git fix-bash-completion-location Gbp-Pq: Name fix-bash-completion-location --- diff --git a/src/bash_completion/CMakeLists.txt b/src/bash_completion/CMakeLists.txt index 8d834774d..d963cc9ec 100644 --- 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)