index : packages | |
Archlinux32 package modifications | gitolite user |
summaryrefslogtreecommitdiff |
-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/}) |