diff --git a/packaging/win32/install.sh b/packaging/win32/install.sh index b6f2f17395..b3542b9798 100644 --- a/packaging/win32/install.sh +++ b/packaging/win32/install.sh @@ -531,7 +531,7 @@ function inst_goffice() { _GOFFICE_UDIR=`unix_path $GOFFICE_DIR` add_to_env $_GOFFICE_UDIR/lib/pkgconfig PKG_CONFIG_PATH set +e - quiet pkg-config --exists libgoffice-1 + quiet pkg-config --exists libgoffice-0.3 if [ $? = 0 ] ; then set -e echo "goffice already installed. skipping." @@ -557,7 +557,7 @@ function inst_goffice() { make install qpopd fi - pkg-config --exists libgoffice-1 || die "goffice not installed correctly" + pkg-config --exists libgoffice-0.3 || die "goffice not installed correctly" } function inst_svn() {