Fix the install of clang bash completion

This commit is contained in:
Sylvestre Ledru 2018-10-10 15:06:08 +02:00
parent 888efc5ef2
commit af4e41bb2b
2 changed files with 2 additions and 1 deletions

1
debian/changelog vendored
View File

@ -6,6 +6,7 @@ llvm-toolchain-7 (1:7-6) UNRELEASED; urgency=medium
https://bugs.llvm.org/show_bug.cgi?id=39200
- bootstrap-fix-include-next.diff: Fix an include issue at bootstrap phase
https://bugs.llvm.org/show_bug.cgi?id=39162
* Fix the install of clang bash completion
-- Sylvestre Ledru <sylvestre@debian.org> Sat, 06 Oct 2018 14:57:58 +0200

View File

@ -1,3 +1,3 @@
usr/lib/llvm-@LLVM_VERSION@/bin/clang usr/lib/llvm-@LLVM_VERSION@/bin/clang-@LLVM_VERSION@
usr/lib/llvm-@LLVM_VERSION@/lib/cmake/clang usr/lib/cmake/clang-@LLVM_VERSION@
usr/lib/llvm-@LLVM_VERSION@/share/clang/bash-autocomplete.sh etc/bash_completion.d/clang-@LLVM_VERSION@
usr/lib/llvm-@LLVM_VERSION@/share/clang/bash-autocomplete.sh usr/share/bash-completion/completions/clang-@LLVM_VERSION@