From 256779364192c47bbca1d455fdb07ac149919cd0 Mon Sep 17 00:00:00 2001 From: Christian Stimming Date: Tue, 14 Sep 2010 20:45:04 +0000 Subject: [PATCH] Win32: Fix checking for goffice installation git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@19577 57a11ea4-9604-0410-9ed3-97b8803252fd --- packaging/win32/install-impl.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packaging/win32/install-impl.sh b/packaging/win32/install-impl.sh index e9e85aac26..684d6fe71a 100755 --- a/packaging/win32/install-impl.sh +++ b/packaging/win32/install-impl.sh @@ -787,7 +787,7 @@ function inst_goffice() { make make install qpopd - ${PKG_CONFIG} --exists libgoffice-0.8 && [ -f $_GOFFICE_UDIR/bin/libgoffice*.dll ] || die "goffice not installed correctly" + ${PKG_CONFIG} --exists libgoffice-0.8 && [ -f $_GOFFICE_UDIR/bin/libgoffice-0.8-8.dll ] || die "goffice not installed correctly" rm -rf ${TMP_UDIR}/goffice-* rm -rf ${TMP_UDIR}/libgsf-* fi