28 Oct
2009
28 Oct
'09
3:12 a.m.
On Sat, Oct 24, 2009 at 11:41 PM, Allan McRae <allan@archlinux.org> wrote:
makepkg looks for a package() function when building a single package but package_$pkgname() style package functions when building a split package. This patch allows the use of a package_$pkgname() function when building a single package for consistency. This is achieved by having makepkg consider a non-split package with a package_$pkgname() function as a split package (creating just the one package).
Fixes FS#16622.
Signed-off-by: Allan McRae <allan@archlinux.org> ---
No objections to this from me; I'll wait to merge any of this stuff until post [[ (( conversion though. -Dan