noux_tool_chain_auto: use absolute paths for command

issue #3481
This commit is contained in:
Sebastian Sumpf 2019-08-27 12:57:42 +02:00 committed by Christian Helmuth
parent 43a8118d2e
commit 8ae5c906d0
1 changed files with 1 additions and 1 deletions

View File

@ -113,7 +113,7 @@ echo 'creating build directory...'
mkdir -p "/home/build"
cp -r /genode/depot /home/build
}
puts $bash_profile_fd "./genode/tool/depot/create DEPOT_DIR=/home/build/depot \
puts $bash_profile_fd "/genode/tool/depot/create DEPOT_DIR=/home/build/depot \
test/bin/$platform/zlib CROSS_DEV_PREFIX=$tool_prefix && exit 234"
close $bash_profile_fd