r16125 - gnucash/trunk/packaging/win32 - Add /bin to PATH.
Andreas Köhler
andi5.py at gmx.net
Wed May 23 14:53:34 EDT 2007
On Mi, 2007-05-23 at 14:49 -0400, Andreas Köhler wrote:
> Author: andi5
> Trac: http://svn.gnucash.org/trac/changeset/16125
> Log:
> Add /bin to PATH.
Sorry, this was meant to read "$LIBXSLT_DIR/bin", but bash filled in the
value :-)
> 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-devel
mailing list