Local fetch scripts need pax, too

This commit is contained in:
Michael Forney
2025-06-04 02:33:26 -07:00
parent 6bf2b32754
commit a6dbef0e2d

View File

@@ -397,9 +397,9 @@ function fetch(method)
script = '$dir/fetch.sh' script = '$dir/fetch.sh'
else else
script = '$basedir/scripts/fetch-'..method..'.sh' script = '$basedir/scripts/fetch-'..method..'.sh'
if method == 'curl' then end
table.insert(deps, '$builddir/pkg/pax/host/pax') if method ~= 'git' then
end table.insert(deps, '$builddir/pkg/pax/host/pax')
end end
build('fetch', '$dir/fetch', deps, {script=script}) build('fetch', '$dir/fetch', deps, {script=script})
if basedir ~= '.' then if basedir ~= '.' then