changeset 1064:ff8818e846b4

Install native compiler into the right directory.
author Rob Landley <rob@landley.net>
date Wed, 05 May 2010 22:15:58 -0500
parents 3a4fccf92f58
children 1d776e44b908
files build.sh
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/build.sh	Wed May 05 22:15:24 2010 -0500
+++ b/build.sh	Wed May 05 22:15:58 2010 -0500
@@ -110,7 +110,7 @@
 
   # Copy native compiler
 
-  cp -a "$BUILD/native-compiler-$ARCH/." "$BUILD/root-filesystem-$ARCH/" ||
+  cp -a "$BUILD/native-compiler-$ARCH/." "$BUILD/root-filesystem-$ARCH/${ROOT_NODIRS:+usr}" ||
     dienow
 fi