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