changeset 866:0f7be5f83f3f

Fix path so the logs are actually saved.
author Rob Landley <rob@landley.net>
date Tue, 27 Oct 2009 23:39:50 -0500
parents 15522b490e53
children fc7d646d1ebf
files sources/more/native-static-build.sh
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- 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