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'
else
script = '$basedir/scripts/fetch-'..method..'.sh'
if method == 'curl' then
table.insert(deps, '$builddir/pkg/pax/host/pax')
end
end
if method ~= 'git' then
table.insert(deps, '$builddir/pkg/pax/host/pax')
end
build('fetch', '$dir/fetch', deps, {script=script})
if basedir ~= '.' then