mirror of
https://github.com/void-linux/void-packages.git
synced 2025-04-18 23:27:01 +02:00
llvm18: fix docs, trigger rebuild
This commit is contained in:
parent
0897bcbed8
commit
15f3f9b2db
1 changed files with 8 additions and 8 deletions
|
@ -298,6 +298,14 @@ post_install() {
|
|||
|
||||
# Can this be disabled some other way?
|
||||
rm -rf ${DESTDIR}/usr/lib64
|
||||
|
||||
LIBCXX_DOCS=usr/share/doc/LLVM/libcxx
|
||||
vmkdir ${LIBCXX_DOCS}
|
||||
vcopy ${wrksrc}/${build_wrksrc}/runtimes-doc/libcxx/docs/html ${LIBCXX_DOCS}
|
||||
|
||||
LIBUNWIND_DOCS=usr/share/doc/LLVM/libunwind
|
||||
vmkdir ${LIBUNWIND_DOCS}
|
||||
vcopy ${wrksrc}/${build_wrksrc}/runtimes-doc/libunwind/docs/html ${LIBUNWIND_DOCS}
|
||||
}
|
||||
|
||||
clang18_package() {
|
||||
|
@ -663,10 +671,6 @@ llvm-libunwind-devel_package() {
|
|||
vmove "usr/include/*unwind*"
|
||||
vmove "usr/lib/libunwind.a"
|
||||
vmove "usr/lib/libunwind.so"
|
||||
|
||||
LIBUNWIND_DOCS=usr/share/doc/LLVM/libunwind
|
||||
vmkdir ${LIBUNWIND_DOCS}
|
||||
vcopy ${wrksrc}/${build_wrksrc}/runtimes-doc/libunwind/docs/html ${LIBUNWIND_DOCS}
|
||||
}
|
||||
}
|
||||
|
||||
|
@ -702,10 +706,6 @@ libcxx-devel_package() {
|
|||
vmove "usr/lib/libc++.so"
|
||||
vmove "usr/lib/libc++.a"
|
||||
vmove "usr/lib/libc++experimental.a"
|
||||
|
||||
LIBCXX_DOCS=usr/share/doc/LLVM/libcxx
|
||||
vmkdir ${LIBCXX_DOCS}
|
||||
vcopy ${wrksrc}/${build_wrksrc}/runtimes-doc/libcxx/docs/html ${LIBCXX_DOCS}
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue