changeset 1731:42d53a4a29e4 draft

Leave usr/etc alone, top level symlinks it already.
author Rob Landley <rob@landley.net>
date Thu, 12 Feb 2015 16:52:45 -0600
parents 7f1b9fb1099e
children 156eb9b36245
files native-compiler.sh
diffstat 1 files changed, 0 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/native-compiler.sh	Tue Feb 10 21:02:53 2015 -0600
+++ b/native-compiler.sh	Thu Feb 12 16:52:45 2015 -0600
@@ -56,7 +56,6 @@
 fi
 
 # Delete some unneeded files and strip everything else
-mv "$STAGE_DIR"/{etc,..} || dienow
 if [ -z "$SKIP_STRIP" ]
 then
   rm -rf "$STAGE_DIR"/{info,man,libexec/gcc/*/*/install-tools}