noux_tool_chain_auto.run: use '[depot_dir]' instead of '$genode_dir/depot'

Fixes #2663
This commit is contained in:
Christian Prochaska 2018-02-01 15:39:28 +01:00 committed by Norman Feske
parent 166e487559
commit 3c3c86bdba
1 changed files with 4 additions and 3 deletions

View File

@ -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