[aur-general] iceweasel md5sum problem

rafael ff1 rafael.f.f1 at gmail.com
Thu May 10 20:47:00 EDT 2012


> source=(foobar)
> [ "$CARCH" == "i686" ] && source=(lib32-foobar)

ops, it seems I #fail. The correct would be:

source=(foobar)
[ "$CARCH" == "x86_64" ] && source=(lib32-foobar)


More information about the aur-general mailing list