changeset 1206:99c49806ea6d

Ahem. Change the user of sources/native-root to sources/root-filesystem.
author Rob Landley <rob@landley.net>
date Fri, 13 Aug 2010 17:19:28 -0500
parents 2b3f347dd225
children 4021fb1183d7
files simple-root-filesystem.sh
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/simple-root-filesystem.sh	Fri Aug 13 16:34:07 2010 -0500
+++ b/simple-root-filesystem.sh	Fri Aug 13 17:19:28 2010 -0500
@@ -40,7 +40,7 @@
 
 # Copy qemu setup script and so on.
 
-cp -r "${SOURCES}/native-root/." "$STAGE_DIR/" &&
+cp -r "${SOURCES}/root-filesystem/." "$STAGE_DIR/" &&
 cp "$SRCDIR"/MANIFEST "$STAGE_DIR/src" || dienow
 
 # If user specified different files to put in the root filesystem, add them.