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