changeset 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 f46279a3a48a
children 662c5e9ca17c
files linux-kernel.sh
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
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