r18756 - gnucash/trunk/packaging/win32 - Win32: Fix libbonoboui compiling.

Christian Stimming cstim at code.gnucash.org
Sat Feb 27 13:42:11 EST 2010


Author: cstim
Date: 2010-02-27 13:42:11 -0500 (Sat, 27 Feb 2010)
New Revision: 18756
Trac: http://svn.gnucash.org/trac/changeset/18756

Modified:
   gnucash/trunk/packaging/win32/install.sh
Log:
Win32: Fix libbonoboui compiling.

Modified: gnucash/trunk/packaging/win32/install.sh
===================================================================
--- gnucash/trunk/packaging/win32/install.sh	2010-02-27 18:41:49 UTC (rev 18755)
+++ gnucash/trunk/packaging/win32/install.sh	2010-02-27 18:42:11 UTC (rev 18756)
@@ -709,7 +709,7 @@
             # We override the $GNOME_DIR libbonoboui files because
             # those erroneously depend on the obsolete libxml2.dll
             cp -a $_LIBBONOBOUI_UDIR/bin/libbonoboui*.dll $_GNOME_UDIR/bin
-            cp -a $_LIBBONOBOUI_UDIR/lib/libbonoboui*.dll $_GNOME_UDIR/lib
+            cp -a $_LIBBONOBOUI_UDIR/lib/libbonoboui* $_GNOME_UDIR/lib
         qpopd
         ${PKG_CONFIG} --exists --atleast-version=2.24.2 libbonoboui-2.0 && [ -f $_LIBBONOBOUI_UDIR/bin/libbonoboui*.dll ] || die "libbonoboui not installed correctly"
         rm -rf ${TMP_UDIR}/libbonoboui-*



More information about the gnucash-changes mailing list