Loading debian/ceph-base.install +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 Loading debian/ceph-common.install +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 Loading debian/patches/fix-bash-completion-location 0 → 100644 +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) debian/patches/series +1 −0 Original line number Diff line number Diff line Loading @@ -16,3 +16,4 @@ issue40114.patch issue42223.patch fix-clang-build.patch debian-armel-armhf-buildflags.patch fix-bash-completion-location Loading
debian/ceph-base.install +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 Loading
debian/ceph-common.install +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 Loading
debian/patches/fix-bash-completion-location 0 → 100644 +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)
debian/patches/series +1 −0 Original line number Diff line number Diff line Loading @@ -16,3 +16,4 @@ issue40114.patch issue42223.patch fix-clang-build.patch debian-armel-armhf-buildflags.patch fix-bash-completion-location