Temporary disable headers
Some checks reported errors
gitea/pkg-linux-ayn-odin2-edge/pipeline/head Something is wrong with the build of this commit

This commit is contained in:
BigfootACA 2024-03-28 17:52:39 +08:00
parent 3d31e47385
commit b834510d42

View File

@ -196,7 +196,9 @@ _package-headers() {
ln -sr "$builddir" "$pkgdir/usr/src/$pkgbase"
}
pkgname=("${pkgbase}" "${pkgbase}-headers")
## Temporary disable headers
# pkgname=("${pkgbase}" "${pkgbase}-headers")
pkgname=("${pkgbase}")
for _p in ${pkgname[@]}; do
eval "package_${_p}() {
_package${_p#${pkgbase}}