On Fri, Nov 13, 2020 at 12:15:01PM +0800, Lin Jiaxin wrote:
On Fri, Nov 13, 2020 at 11:24:27AM +0800, Wu Fengguang wrote:
Where do you download this file? Can we download it in PKGBUILD script instead?
OK. So use my v1 patch? like this
./config.guess > /dev/null 2>&1 || { curl -s -o config.guess 'http://git.savannah.gnu.org/gitweb/?p=config.git;a=blob_plain;f=config.guess;hb=HEAD' curl -s -o config.sub 'http://git.savannah.gnu.org/gitweb/?p=config.git;a=blob_plain;f=config.sub;hb=HEAD' }
Yeah that's more clear.
If need speedup, we may consider - pack the files into .cgz, or - mirror that git repo locally
Thanks, Fengguang