Install.sh: Add $GOFFICE_DIR/bin to PATH.

git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@15500 57a11ea4-9604-0410-9ed3-97b8803252fd
This commit is contained in:
Andreas Köhler 2007-02-04 18:04:57 +00:00
parent b39d84252c
commit 8b389efc60

View File

@ -555,6 +555,7 @@ function inst_libgsf() {
function inst_goffice() { function inst_goffice() {
setup GOffice setup GOffice
_GOFFICE_UDIR=`unix_path $GOFFICE_DIR` _GOFFICE_UDIR=`unix_path $GOFFICE_DIR`
add_to_env $_GOFFICE_UDIR/bin PATH
add_to_env $_GOFFICE_UDIR/lib/pkgconfig PKG_CONFIG_PATH add_to_env $_GOFFICE_UDIR/lib/pkgconfig PKG_CONFIG_PATH
if quiet ${PKG_CONFIG} --exists libgoffice-0.3 if quiet ${PKG_CONFIG} --exists libgoffice-0.3
then then