# HG changeset patch # User Rob Landley # Date 1256704790 18000 # Node ID 0f7be5f83f3fc234ef6bb800f97ae3a3a37a470f # Parent 15522b490e53ccbf1735725035c1058f56a22884 Fix path so the logs are actually saved. diff -r 15522b490e53 -r 0f7be5f83f3f sources/more/native-static-build.sh --- a/sources/more/native-static-build.sh Mon Oct 26 20:29:16 2009 -0500 +++ b/sources/more/native-static-build.sh Tue Oct 27 23:39:50 2009 -0500 @@ -44,7 +44,7 @@ for i in $(ls build/system-image-*.tar.bz2 | sed 's@build/system-image-\(.*\)\.tar\.bz2@\1@' | grep -v system-image-hw-) do - maybe_fork "do_arch $i | tee build/log/native-static-$i.txt | maybe_quiet" + maybe_fork "do_arch $i | tee build/logs/native-static-$i.txt | maybe_quiet" done wait