mirror of
https://github.com/Gnucash/gnucash.git
synced 2025-02-25 18:55:30 -06: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:
parent
1577b486c2
commit
2567793641
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user