gnucash-on-windows master: Update mingw-get catalogs on each run

Geert Janssens gjanssens at code.gnucash.org
Wed May 6 13:16:37 EDT 2015


Updated	 via  https://github.com/Gnucash/gnucash-on-windows/commit/cf72c11e (commit)
	from  https://github.com/Gnucash/gnucash-on-windows/commit/ce5f39c3 (commit)



commit cf72c11e94df3ce812f8c6a95c5b812c246d2152
Author: Geert Janssens <janssens-geert at telenet.be>
Date:   Wed May 6 19:16:25 2015 +0200

    Update mingw-get catalogs on each run
    
    Without it existing installations won't find new/updated mingw-get packages

diff --git a/install-impl.sh b/install-impl.sh
index 8dc5947..95b6262 100644
--- a/install-impl.sh
+++ b/install-impl.sh
@@ -60,7 +60,7 @@ function inst_msys() {
 
     # The bootstrap script already set some of this up
     # It will be set up again here to catch version updates of any of these packages
-    #mingw-get update
+    mingw-get update
     mingw-get upgrade mingw-get
 
     # Note: msys-base can't be upgraded by this script



Summary of changes:
 install-impl.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)



More information about the gnucash-changes mailing list