We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5527c21 commit 72b09feCopy full SHA for 72b09fe
PKGBUILD
@@ -3,6 +3,7 @@
3
# Contributor: Armin K. <krejzi at email dot com>
4
# Contributor: Christian Babeux <christian.babeux@0x80.ca>
5
# Contributor: Evangelos Foutras <evangelos@foutrelis.com>
6
+# Contributor: Hesiod (https://github.com/hesiod)
7
# Contributor: Roberto Alsina <ralsina@kde.org>
8
# Contributor: Thomas Dziedzic < gostrc at gmail >
9
# Contributor: Tomas Lindquist Olsen <tomas@famolsen.dk>
@@ -241,7 +242,7 @@ package_llvm-svn() {
241
242
fi
243
244
# Clean up documentation
- rm -rf "${pkgdir}/usr/share/doc/llvm/html/_sources"
245
+ rm -rf "${pkgdir}/usr/share/doc/"{llvm,lld}"/html/_sources"
246
247
_install_python_bindings "${srcdir}/llvm/bindings/python/llvm"
248
0 commit comments