[llvm-bugs] [Bug 29015] New: Incorrect symbolic link to cmake files
via llvm-bugs
llvm-bugs at lists.llvm.org
Wed Aug 17 05:43:57 PDT 2016
https://llvm.org/bugs/show_bug.cgi?id=29015
Bug ID: 29015
Summary: Incorrect symbolic link to cmake files
Product: Packaging
Version: unspecified
Hardware: PC
OS: Linux
Status: NEW
Severity: normal
Priority: P
Component: deb packages
Assignee: unassignedbugs at nondot.org
Reporter: chfast at gmail.com
CC: llvm-bugs at lists.llvm.org
Classification: Unclassified
CMake files are installed in /usr/lib/llvm-X.Y/lib/cmake/llvm. The package
tries to create additional symbolic link /usr/lib/llvm-X.Y/cmake ->
/usr/lib/llvm-X.Y/lib/llvm/cmake. The last 2 dir names of the target are
incorrectly swapped.
I tried to fix it in svn://anonscm.debian.org/svn/pkg-llvm/llvm-toolchain/ but
cannot find where that happens.
--
You are receiving this mail because:
You are on the CC list for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-bugs/attachments/20160817/f14cbc98/attachment.html>
More information about the llvm-bugs
mailing list