r16643 - gnucash/branches/2.2/packaging/win32 - [r16638] #503579: Improve pi.sh to allow reinstalling MSYS/MinGW, patch from Charles Day.

Andreas Köhler andi5 at cvs.gnucash.org
Fri Dec 14 15:45:51 EST 2007


Author: andi5
Date: 2007-12-14 15:45:51 -0500 (Fri, 14 Dec 2007)
New Revision: 16643
Trac: http://svn.gnucash.org/trac/changeset/16643

Modified:
   gnucash/branches/2.2/packaging/win32/install.sh
Log:
[r16638] #503579: Improve pi.sh to allow reinstalling MSYS/MinGW, patch from Charles Day.

Approved by cstim.


Modified: gnucash/branches/2.2/packaging/win32/install.sh
===================================================================
--- gnucash/branches/2.2/packaging/win32/install.sh	2007-12-14 20:40:51 UTC (rev 16642)
+++ gnucash/branches/2.2/packaging/win32/install.sh	2007-12-14 20:45:51 UTC (rev 16643)
@@ -144,7 +144,7 @@
             wget_unpacked $MINGW_RT_URL $DOWNLOAD_DIR $MINGW_DIR
             wget_unpacked $W32API_URL $DOWNLOAD_DIR $MINGW_DIR
             wget_unpacked $MINGW_MAKE_URL $DOWNLOAD_DIR $MINGW_DIR
-            (echo "y"; echo "y"; echo "$_MINGW_WFSDIR") | sh pi.sh
+            (echo "y"; echo "y"; echo "$_MINGW_WFSDIR"; echo "y") | sh pi.sh
         else
             ./create_cross_mingw.sh
         fi



More information about the gnucash-changes mailing list