17 Sep
2013
17 Sep
'13
2:40 p.m.
On 18/09/13 00:31, Xyne wrote:
Dave Reisner wrote:
Can you explain more about how you ran into this?
I use aria2c as a downloader. If the sources are not already present then I end up with the full output of aria2c in the PKGBUILD above the checksums.
I'd guess that "makepkg -g >> PKGBUILD" does bad things too if the source is not there. Try this change in download_file in makepkg: - eval "$dlcmd || ret=\$?" + eval "$dlcmd >&2 || ret=\$?" If that is good, send a patch. Allan