mirror of
https://github.com/oasislinux/oasis.git
synced 2025-12-14 20:35:43 +01:00
Local fetch scripts need pax, too
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user