From af4e41bb2b657bee47c569d26df0b54c282442bf Mon Sep 17 00:00:00 2001 From: Sylvestre Ledru Date: Wed, 10 Oct 2018 15:06:08 +0200 Subject: [PATCH] Fix the install of clang bash completion --- debian/changelog | 1 + debian/clang-X.Y.links.in | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/debian/changelog b/debian/changelog index 7713703f..458add10 100644 --- a/debian/changelog +++ b/debian/changelog @@ -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 Sat, 06 Oct 2018 14:57:58 +0200 diff --git a/debian/clang-X.Y.links.in b/debian/clang-X.Y.links.in index 47b41e10..412b2ca0 100644 --- a/debian/clang-X.Y.links.in +++ b/debian/clang-X.Y.links.in @@ -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@ \ No newline at end of file +usr/lib/llvm-@LLVM_VERSION@/share/clang/bash-autocomplete.sh usr/share/bash-completion/completions/clang-@LLVM_VERSION@