no docs for kernel to save time
This commit is contained in:
parent
468db51fe0
commit
b09cc1c6a3
1 changed files with 0 additions and 2 deletions
2
PKGBUILD
2
PKGBUILD
|
@ -75,7 +75,6 @@ build() {
|
|||
cd $_srcname
|
||||
make all
|
||||
make -C tools/bpf/bpftool vmlinux.h feature-clang-bpf-co-re=1
|
||||
make htmldocs
|
||||
}
|
||||
|
||||
_package() {
|
||||
|
@ -223,7 +222,6 @@ _package-docs() {
|
|||
pkgname=(
|
||||
"$pkgbase"
|
||||
"$pkgbase-headers"
|
||||
"$pkgbase-docs"
|
||||
)
|
||||
for _p in "${pkgname[@]}"; do
|
||||
eval "package_$_p() {
|
||||
|
|
Loading…
Reference in a new issue