r18100 - gnucash/trunk/packaging/win32 - Fix WEBKIT path so that correct DLLs will be copied to output directory

Phil Longstaff plongstaff at code.gnucash.org
Mon Jun 1 22:02:00 EDT 2009


Author: plongstaff
Date: 2009-06-01 22:01:59 -0400 (Mon, 01 Jun 2009)
New Revision: 18100
Trac: http://svn.gnucash.org/trac/changeset/18100

Modified:
   gnucash/trunk/packaging/win32/dist.sh
Log:
Fix WEBKIT path so that correct DLLs will be copied to output directory


Modified: gnucash/trunk/packaging/win32/dist.sh
===================================================================
--- gnucash/trunk/packaging/win32/dist.sh	2009-06-02 00:50:54 UTC (rev 18099)
+++ gnucash/trunk/packaging/win32/dist.sh	2009-06-02 02:01:59 UTC (rev 18100)
@@ -45,6 +45,7 @@
     _BUILD_UDIR=`unix_path $BUILD_DIR`
     _INSTALL_UDIR=`unix_path $INSTALL_DIR`
     _INNO_UDIR=`unix_path $INNO_DIR`
+    _WEBKIT_UDIR=`unix_path $WEBKIT_DIR`
     add_to_env $_UNZIP_UDIR/bin PATH # unzip
     add_to_env $_GNOME_UDIR/bin PATH # gconftool-2
     add_to_env $_EXETYPE_UDIR/bin PATH # exetype



More information about the gnucash-changes mailing list