mirror of
https://git.proxmox.com/git/llvm-toolchain
synced 2025-06-13 23:07:41 +00:00
Fix the install of clang bash completion
This commit is contained in:
parent
888efc5ef2
commit
af4e41bb2b
1
debian/changelog
vendored
1
debian/changelog
vendored
@ -6,6 +6,7 @@ llvm-toolchain-7 (1:7-6) UNRELEASED; urgency=medium
|
|||||||
https://bugs.llvm.org/show_bug.cgi?id=39200
|
https://bugs.llvm.org/show_bug.cgi?id=39200
|
||||||
- bootstrap-fix-include-next.diff: Fix an include issue at bootstrap phase
|
- bootstrap-fix-include-next.diff: Fix an include issue at bootstrap phase
|
||||||
https://bugs.llvm.org/show_bug.cgi?id=39162
|
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
|
-- Sylvestre Ledru <sylvestre@debian.org> Sat, 06 Oct 2018 14:57:58 +0200
|
||||||
|
|
||||||
|
2
debian/clang-X.Y.links.in
vendored
2
debian/clang-X.Y.links.in
vendored
@ -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@/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@/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@
|
||||||
|
Loading…
Reference in New Issue
Block a user