diff linux-kernel.sh @ 1406:aca2150c9531

Fix variant target bug where linux-kernel.sh was using the base architecture name to create the stage tarball. It was both wrong and didn't work when we hadn't built the base architecture yet.
author Rob Landley <rob@landley.net>
date Wed, 29 Jun 2011 07:47:05 -0500
parents b74d36876c0a
children f19ce5e2ec02
line wrap: on
line diff
--- a/linux-kernel.sh	Mon Jun 27 07:53:54 2011 -0500
+++ b/linux-kernel.sh	Wed Jun 29 07:47:05 2011 -0500
@@ -23,4 +23,4 @@
 
 cleanup
 
-create_stage_tarball
+ARCH="$ARCH_NAME" create_stage_tarball