r16524 - gnucash/trunk/packaging/win32 - pause to let Windows catch up with file creation; patch from Nathan Buchanan <nbinont gmail com>.

Josh Sled jsled at cvs.gnucash.org
Tue Sep 11 22:56:23 EDT 2007


Author: jsled
Date: 2007-09-11 22:56:22 -0400 (Tue, 11 Sep 2007)
New Revision: 16524
Trac: http://svn.gnucash.org/trac/changeset/16524

Modified:
   gnucash/trunk/packaging/win32/install.sh
Log:
pause to let Windows catch up with file creation; patch from Nathan Buchanan <nbinont gmail com>.


Modified: gnucash/trunk/packaging/win32/install.sh
===================================================================
--- gnucash/trunk/packaging/win32/install.sh	2007-09-12 02:46:47 UTC (rev 16523)
+++ gnucash/trunk/packaging/win32/install.sh	2007-09-12 02:56:22 UTC (rev 16524)
@@ -1067,6 +1067,8 @@
     _DOCS_UDIR=`unix_path $DOCS_DIR`
     if [ ! -d $_DOCS_UDIR/docbook-xsl ] ; then
         wget_unpacked $DOCBOOK_XSL_URL $DOWNLOAD_DIR $DOCS_DIR
+        # add a pause to allow windows to realize that the files now exist
+        sleep 1
         mv $_DOCS_UDIR/docbook-xsl-* $_DOCS_UDIR/docbook-xsl
     fi
     mkdir -p $_DOCS_UDIR/repos



More information about the gnucash-changes mailing list