From 495aea766df757e613f2aecace7b76195a63d92d Mon Sep 17 00:00:00 2001 From: Christian Stimming Date: Sat, 27 Feb 2010 18:42:11 +0000 Subject: [PATCH] Win32: Fix libbonoboui compiling. git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@18756 57a11ea4-9604-0410-9ed3-97b8803252fd --- packaging/win32/install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packaging/win32/install.sh b/packaging/win32/install.sh index 8d42fa2972..f25d05b62e 100755 --- a/packaging/win32/install.sh +++ b/packaging/win32/install.sh @@ -709,7 +709,7 @@ function inst_libbonoboui() { # 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-*