index : packages | |
Archlinux32 package modifications | gitolite user |
summaryrefslogtreecommitdiff |
author | Tasos Sahanidis <tasos@tasossah.com> | 2024-04-06 16:50:16 +0300 |
---|---|---|
committer | Tasos Sahanidis <tasos@tasossah.com> | 2024-04-06 16:50:16 +0300 |
commit | 7d933374fc7696170faf80e18f1bdaa1a66376be (patch) | |
tree | 88a6808c67153bb0b5b454a48514d4141151d2c8 /core | |
parent | 71af32b82f3aec9e529143270032642bcf3fd31e (diff) |
-rw-r--r-- | core/linux-lts/PKGBUILD | 3 |
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/}) |