Also cache tar downloads.

This commit is contained in:
Andrius Štikonas 2021-02-28 15:50:26 +00:00
parent cb78359878
commit 4363c6422a
1 changed files with 1 additions and 1 deletions

View File

@ -110,7 +110,7 @@ cp -r tar-1.12 tmp/after
mkdir tmp/after/tar-1.12/{src,build}
pushd tmp/after/tar-1.12/src
if [ ! -f "$(basename $url)" ]; then
wget "$url"
_wget "$url"
fi
popd
tar -C tmp/after/tar-1.12/src -xf "tmp/after/tar-1.12/src/$(basename $url)" --strip-components=1