mirror of
https://github.com/genodelabs/genode.git
synced 2025-03-23 04:25:21 +00:00
noux_tool_chain_auto.run: use '[depot_dir]' instead of '$genode_dir/depot'
Fixes #2663
This commit is contained in:
parent
166e487559
commit
3c3c86bdba
@ -120,12 +120,13 @@ close $bash_profile_fd
|
||||
|
||||
|
||||
|
||||
exec mkdir -p $genode_dir/depot/test
|
||||
exec mkdir -p [depot_dir]/test
|
||||
exec $genode_dir/tool/depot/create test/src/zlib
|
||||
exec tar cvf bin/genode.tar -C $genode_dir tool repos/base \
|
||||
depot/test repos/libports/recipes/src/zlib \
|
||||
repos/libports/recipes/src/zlib \
|
||||
repos/libports/recipes/api
|
||||
exec rm -rf $genode_dir/depot/test
|
||||
exec tar rvf bin/genode.tar -C [depot_dir]/.. depot/test
|
||||
exec rm -rf [depot_dir]/test
|
||||
|
||||
create_boot_directory
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user