Temporary disable headers
Some checks reported errors
gitea/pkg-linux-ayn-odin2-edge/pipeline/head Something is wrong with the build of this commit
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:
parent
3d31e47385
commit
b834510d42
4
PKGBUILD
4
PKGBUILD
@ -196,7 +196,9 @@ _package-headers() {
|
|||||||
ln -sr "$builddir" "$pkgdir/usr/src/$pkgbase"
|
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
|
for _p in ${pkgname[@]}; do
|
||||||
eval "package_${_p}() {
|
eval "package_${_p}() {
|
||||||
_package${_p#${pkgbase}}
|
_package${_p#${pkgbase}}
|
||||||
|
Loading…
Reference in New Issue
Block a user