comparison simple-root-filesystem.sh @ 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 78e786334c5b
children 6a4968ae5ac8
comparison
equal deleted inserted replaced
1205:2b3f347dd225 1206:99c49806ea6d
38 mkdir -p "$STAGE_DIR/bin" || dienow 38 mkdir -p "$STAGE_DIR/bin" || dienow
39 fi 39 fi
40 40
41 # Copy qemu setup script and so on. 41 # Copy qemu setup script and so on.
42 42
43 cp -r "${SOURCES}/native-root/." "$STAGE_DIR/" && 43 cp -r "${SOURCES}/root-filesystem/." "$STAGE_DIR/" &&
44 cp "$SRCDIR"/MANIFEST "$STAGE_DIR/src" || dienow 44 cp "$SRCDIR"/MANIFEST "$STAGE_DIR/src" || dienow
45 45
46 # If user specified different files to put in the root filesystem, add them. 46 # If user specified different files to put in the root filesystem, add them.
47 # (This overwrites existing files.) 47 # (This overwrites existing files.)
48 48