changeset 11:fbf5d7dbfad4

improved style
author Volker Grabsch <vog@notjusthosting.com>
date Mon, 18 Jun 2007 22:33:25 +0200
parents c660dcd52b90
children 6396d40fee2e
files build_mingw_cross_env.sh
diffstat 1 files changed, 6 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/build_mingw_cross_env.sh	Mon Jun 18 22:17:13 2007 +0200
+++ b/build_mingw_cross_env.sh	Mon Jun 18 22:33:25 2007 +0200
@@ -1170,8 +1170,12 @@
 --build)
     cd "$PREFIX"
     tar cv \
-        bin lib libexec \
-        "$TARGET/bin" "$TARGET/include" "$TARGET/lib" \
+        bin \
+        lib \
+        libexec \
+        "$TARGET/bin" \
+        "$TARGET/include" \
+        "$TARGET/lib" \
     | gzip -9 >"$ROOT/mingw_cross_env.tar.gz"
     ;;