gnucash-on-windows master: Must make the webkit dir before unpacking into it.

John Ralls jralls at code.gnucash.org
Wed Oct 29 15:46:26 EDT 2014


Updated	 via  https://github.com/Gnucash/gnucash-on-windows/commit/177cb4c4 (commit)
	from  https://github.com/Gnucash/gnucash-on-windows/commit/befc8f3a (commit)



commit 177cb4c4da50ef1976fdc7b734334ab915ff0aba
Author: John Ralls <jralls at ceridwen.us>
Date:   Wed Oct 29 12:46:04 2014 -0700

    Must make the webkit dir before unpacking into it.

diff --git a/install-impl.sh b/install-impl.sh
index b232862..1a9c210 100644
--- a/install-impl.sh
+++ b/install-impl.sh
@@ -1105,6 +1105,7 @@ function inst_webkit() {
                 PATH=$SAVED_PATH
             qpopd
         else
+            mkdir -p $_WEBKIT_UDIR
             wget_unpacked $WEBKIT_URL $DOWNLOAD_DIR $WEBKIT_DIR
             wget_unpacked $WEBKIT_DEV_URL $DOWNLOAD_DIR $WEBKIT_DIR
         fi



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



More information about the gnucash-changes mailing list