mirror of
https://github.com/mmueller41/genode.git
synced 2026-01-21 12:32:56 +01:00
noux_tool_chain_auto.run: use '[depot_dir]' instead of '$genode_dir/depot'
Fixes #2663
This commit is contained in:
committed by
Norman Feske
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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user