Send patches - preferably formatted by git format-patch - to patches at archlinux32 dot org.
summaryrefslogtreecommitdiff
path: root/core/linux-lts
diff options
context:
space:
mode:
Diffstat (limited to 'core/linux-lts')
-rw-r--r--core/linux-lts/PKGBUILD3
1 files changed, 2 insertions, 1 deletions
diff --git a/core/linux-lts/PKGBUILD b/core/linux-lts/PKGBUILD
index 9b40a960..5e2126e6 100644
--- a/core/linux-lts/PKGBUILD
+++ b/core/linux-lts/PKGBUILD
@@ -132,10 +132,11 @@ pkgname=(
)
)
-# Also avoid building/running bpftool
+# Also avoid building/running bpftool and doc-related
eval "$(
declare -f build | \
sed '/htmldocs/d' | \
+ sed '/wait/d' | \
sed '/bpftool/d'
)"
makedepends=(${makedepends[@]//python-sphinx_rtd_theme/})