mirror of
https://github.com/Gnucash/gnucash.git
synced 2026-09-03 20:53:02 -05:00
Win32: Fix checking for goffice installation
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@19577 57a11ea4-9604-0410-9ed3-97b8803252fd
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user