Fix the links in the helper package

This commit is contained in:
Sylvestre Ledru 2018-08-15 23:35:07 +02:00
parent 0ac13a9382
commit c838cdc522
2 changed files with 3 additions and 2 deletions

1
debian/changelog vendored
View File

@ -5,6 +5,7 @@ llvm-toolchain-7 (1:7~+rc1-1~exp2) experimental; urgency=medium
(Closes: #903709)
* libc++-7-dev should depend on libc++-7-helpers (and not
libc++-helpers)
* Fix the links in the helper package
[ Reshabh Sharma ]
* Fix the path to libc++ header

View File

@ -1,2 +1,2 @@
usr/lib/llvm-@LLVM_VERSION@/bin/clang++-libc++-@LLVM_VERSION@ usr/bin/clang++-libc++
usr/lib/llvm-@LLVM_VERSION@/bin/g++-libc++-@LLVM_VERSION@ usr/bin/g++-libc++
usr/lib/llvm-@LLVM_VERSION@/bin/clang++-libc++ usr/bin/clang++-libc++-@LLVM_VERSION@
usr/lib/llvm-@LLVM_VERSION@/bin/g++-libc++ usr/bin/g++-libc++-@LLVM_VERSION@