13 Nov
2010
13 Nov
'10
5:15 p.m.
On Sat, Nov 13, 2010 at 06:06:13PM +0100, Florian Pritz wrote:
You should: - move everything after make into package() - remove || return 1 - replace $startdir/{pkg,src} by ${pkg,src}dir - remove the 3rd line (useless comment)
That should look similar to this http://paste.xinu.at/oksL2/
Optimally also put directories containing variables (especially "${srcdir}" or "${pkgdir}") in double quotes ('""').