On 07/05/10 at 01:32am, [email protected] 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
}
--
