diff native-compiler.sh @ 1742:50c3a1575288 draft

Split out hdainit.sh from the base root filesystem.
author Rob Landley <rob@landley.net>
date Sun, 22 Feb 2015 16:56:10 -0600
parents fbc625ba4098
children 5f84cad1fdc9
line wrap: on
line diff
--- a/native-compiler.sh	Sun Feb 22 16:53:37 2015 -0600
+++ b/native-compiler.sh	Sun Feb 22 16:56:10 2015 -0600
@@ -53,6 +53,7 @@
   build_section make
   build_section bash
   build_section distcc
+  cp "$SOURCES/toys/hdainit.sh" "$STAGE_DIR/../init"
 fi
 
 # Delete some unneeded files and strip everything else
@@ -64,5 +65,4 @@
   "${ARCH}-strip" "$STAGE_DIR"/{bin/*,sbin/*}
 fi
 
-
 create_stage_tarball