r15500 - gnucash/trunk/packaging/win32 - Install.sh: Add $GOFFICE_DIR/bin to PATH.

Andreas Köhler andi5 at cvs.gnucash.org
Sun Feb 4 13:04:58 EST 2007


Author: andi5
Date: 2007-02-04 13:04:57 -0500 (Sun, 04 Feb 2007)
New Revision: 15500
Trac: http://svn.gnucash.org/trac/changeset/15500

Modified:
   gnucash/trunk/packaging/win32/install.sh
Log:
Install.sh: Add $GOFFICE_DIR/bin to PATH.


Modified: gnucash/trunk/packaging/win32/install.sh
===================================================================
--- gnucash/trunk/packaging/win32/install.sh	2007-02-04 16:50:27 UTC (rev 15499)
+++ gnucash/trunk/packaging/win32/install.sh	2007-02-04 18:04:57 UTC (rev 15500)
@@ -555,6 +555,7 @@
 function inst_goffice() {
     setup GOffice
     _GOFFICE_UDIR=`unix_path $GOFFICE_DIR`
+    add_to_env $_GOFFICE_UDIR/bin PATH
     add_to_env $_GOFFICE_UDIR/lib/pkgconfig PKG_CONFIG_PATH
     if quiet ${PKG_CONFIG} --exists libgoffice-0.3
     then



More information about the gnucash-changes mailing list