Commit c98ea073 authored by Bernd Zeimetz's avatar Bernd Zeimetz
Browse files

Install bash-completion in /usr again.

This change went missing somewhere during the import of the
changes done in Ubuntu between 12.2.11 and 14.2.4.

Closes: #948165
Thanks: Andreas Beckmann
parent b15dcddb
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
## install from source tree
etc/bash_completion.d/ceph
usr/share/bash-completion/completions/ceph
lib/systemd/system/ceph-crash.service
usr/bin/ceph-crash
usr/bin/ceph-run
+3 −3
Original line number Diff line number Diff line
#!/usr/bin/dh-exec --with=install
etc/bash_completion.d/rados
etc/bash_completion.d/radosgw-admin
etc/bash_completion.d/rbd
usr/share/bash-completion/completions/rados
usr/share/bash-completion/completions/radosgw-admin
usr/share/bash-completion/completions/rbd
lib/systemd/system/ceph.target
lib/systemd/system/rbdmap.service
etc/ceph/rbdmap
+9 −0
Original line number Diff line number Diff line
--- 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)
 
+1 −0
Original line number Diff line number Diff line
@@ -16,3 +16,4 @@ issue40114.patch
issue42223.patch
fix-clang-build.patch
debian-armel-armhf-buildflags.patch
fix-bash-completion-location