r19577 - gnucash/trunk/packaging/win32 - Win32: Fix checking for goffice installation
Christian Stimming
cstim at code.gnucash.org
Tue Sep 14 16:45:04 EDT 2010
Author: cstim
Date: 2010-09-14 16:45:04 -0400 (Tue, 14 Sep 2010)
New Revision: 19577
Trac: http://svn.gnucash.org/trac/changeset/19577
Modified:
gnucash/trunk/packaging/win32/install-impl.sh
Log:
Win32: Fix checking for goffice installation
Modified: gnucash/trunk/packaging/win32/install-impl.sh
===================================================================
--- gnucash/trunk/packaging/win32/install-impl.sh 2010-09-14 20:28:23 UTC (rev 19576)
+++ gnucash/trunk/packaging/win32/install-impl.sh 2010-09-14 20:45:04 UTC (rev 19577)
@@ -787,7 +787,7 @@
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
More information about the gnucash-changes
mailing list