Send patches - preferably formatted by git format-patch - to patches at archlinux32 dot org.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTasos Sahanidis <tasos@tasossah.com>2024-04-06 16:50:16 +0300
committerTasos Sahanidis <tasos@tasossah.com>2024-04-06 16:50:16 +0300
commit7d933374fc7696170faf80e18f1bdaa1a66376be (patch)
tree88a6808c67153bb0b5b454a48514d4141151d2c8
parent71af32b82f3aec9e529143270032642bcf3fd31e (diff)
core/linux-lts: Fix doc patching
-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/})