fix packaging functions

Should have done a slightly more thorough test of this...
This commit is contained in:
Dave Reisner 2014-09-28 04:03:58 +00:00
parent 592e827081
commit 33ccc905a3

View File

@ -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