# HG changeset patch # User Rob Landley # Date 1423781565 21600 # Node ID 42d53a4a29e4726339792cb8de645f4ec12901bf # Parent 7f1b9fb1099efbd2c446154716e924d7aa2537d1 Leave usr/etc alone, top level symlinks it already. diff -r 7f1b9fb1099e -r 42d53a4a29e4 native-compiler.sh --- 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}