changeset 681:5f9f5ab5d2e5

One more tweak to build-static.
author Rob Landley <rob@landley.net>
date Mon, 30 Mar 2009 05:35:48 -0500
parents 924527b0b454
children d79f936c8f42
files build-static-toolchains.sh
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/build-static-toolchains.sh	Mon Mar 30 04:50:02 2009 -0500
+++ b/build-static-toolchains.sh	Mon Mar 30 05:35:48 2009 -0500
@@ -56,7 +56,7 @@
 do
   ./cross-compiler.sh \$i
 done
-tar cC build cross-compiler-*.tar.bz2 | netcat 10.0.2.2 \
+(cd build; tar c cross-compiler-*.tar.bz2) | netcat 10.0.2.2 \
   $(mkdir -p build/static; cd build/static; ../host/netcat -s 127.0.0.1 -l tar xv)
 exit
 EOF