summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorLuchesar V. ILIEV2017-05-12 18:44:29 +0300
committerLuchesar V. ILIEV2017-05-12 18:47:11 +0300
commit0826842c5c007477085edfac5501d28856e5f2a5 (patch)
treefe84d5f6cb33e04e164749306afd2c38a1958920
parent5431a646dc36d55bf7ff79fc4eed5c74c27bcd6e (diff)
downloadaur-0826842c5c007477085edfac5501d28856e5f2a5.tar.gz
Softfail on cleaning up doc source leftovers
-rw-r--r--PKGBUILD4
1 files changed, 3 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 554034d37504..d217e5c014bf 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -242,6 +242,7 @@ package_llvm-svn() {
fi
# Clean up documentation
+ # TODO: This may not be needed any more.
rm -rf "${pkgdir}/usr/share/doc/"{llvm,lld}"/html/_sources"
_install_python_bindings "${srcdir}/llvm/bindings/python/llvm"
@@ -378,7 +379,8 @@ package_clang-svn() {
"${pkgdir}/usr/share/scan-view"
# Clean up documentation
- rm -r "${pkgdir}/usr/share/doc/clang/html/_sources"
+ # TODO: This may not be needed any more.
+ rm -rf "${pkgdir}/usr/share/doc/clang/html/_sources"
_fix_python_exec_path \
"${pkgdir}/usr/bin/git-clang-format" \