From: Ceph Packaging Team Date: Wed, 4 Dec 2024 05:46:17 +0000 (+0100) Subject: fix-bash-completion-location X-Git-Tag: archive/raspbian/16.2.15+ds-0+deb12u1+rpi1~1^2~13 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=ff2113a685858a1c8be7155e7fb769562dc0633b;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)