fix packaging functions
Should have done a slightly more thorough test of this...
This commit is contained in:
parent
592e827081
commit
33ccc905a3
1
PKGBUILD
1
PKGBUILD
@ -289,6 +289,7 @@ pkgname=("${pkgbase}" "${pkgbase}-headers" "${pkgbase}-docs")
|
|||||||
for _p in ${pkgname[@]}; do
|
for _p in ${pkgname[@]}; do
|
||||||
eval "package_${_p}() {
|
eval "package_${_p}() {
|
||||||
$(declare -f "_package${_p#${pkgbase}}")
|
$(declare -f "_package${_p#${pkgbase}}")
|
||||||
|
_package${_p#${pkgbase}}
|
||||||
}"
|
}"
|
||||||
done
|
done
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user