changeset 845:444c36a37841

I am never pulling from an external tree again. Send me diffs, it refuses to merge if I have local in my working store, which has _NOTHING_ to do with the repository. That's INSANE.
author Rob Landley <rob@landley.net>
date Mon, 12 Oct 2009 14:27:37 -0500
parents 2ca7ea5d3ec1 (current diff) ea9af6c73dbf (diff)
children 6232532acea6
files
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/sources/functions.sh	Sun Oct 11 01:56:04 2009 -0500
+++ b/sources/functions.sh	Mon Oct 12 14:27:37 2009 -0500
@@ -50,7 +50,7 @@
 
   # Setup directories and add the cross compiler to the start of the path.
 
-  STAGE_DIR="$BUILD/${STAGE_NAME}-${ARCH}"
+  STAGE_DIR="$BUILD/${STAGE_NAME}-${ARCH_NAME}"
 
   export PATH="${BUILD}/cross-compiler-$ARCH/bin:$PATH"
   [ "$FROM_ARCH" != "$ARCH" ] &&