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'
|
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
|
||||||
|
|||||||
Reference in New Issue
Block a user