[aur-general] Can't upload a pkg without build function()

Daniel J Griffiths (Ghost1227) ghost1227 at archlinux.us
Mon Jul 5 00:05:41 EDT 2010


On 07/05/10 at 01:32am, s_stoakley at hotmail.co.uk wrote:
> Hi, I just tried to upload a pkg without the build() and couldn't,
> is there a fix in the pipeline?
> -- 
>  _
> ( ) ascii ribbon campaign - against html e-mail
>  X  www.asciiribbon.org   - against proprietary attachments
> / \
>       Registered Linux user #500376  www.counter.li.org/
Quick fix...

build() {
	/bin/true
}

package() {
	whatever
}
-- 


More information about the aur-general mailing list