r16125 - gnucash/trunk/packaging/win32 - Add /bin to PATH.

Andreas Köhler andi5 at cvs.gnucash.org
Wed May 23 14:49:47 EDT 2007


Author: andi5
Date: 2007-05-23 14:49:47 -0400 (Wed, 23 May 2007)
New Revision: 16125
Trac: http://svn.gnucash.org/trac/changeset/16125

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

Modified: gnucash/trunk/packaging/win32/install.sh
===================================================================
--- gnucash/trunk/packaging/win32/install.sh	2007-05-23 17:21:28 UTC (rev 16124)
+++ gnucash/trunk/packaging/win32/install.sh	2007-05-23 18:49:47 UTC (rev 16125)
@@ -432,6 +432,7 @@
 function inst_libxslt() {
     setup LibXSLT
     _LIBXSLT_UDIR=`unix_path $LIBXSLT_DIR`
+    add_to_env $_LIBXSLT_UDIR/bin PATH
     if quiet which xsltproc
     then
         echo "libxslt already installed.  skipping."



More information about the gnucash-changes mailing list