Add $LIBXSLT_DIR/bin to PATH.

git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@16125 57a11ea4-9604-0410-9ed3-97b8803252fd
This commit is contained in:
Andreas Köhler 2007-05-23 18:49:47 +00:00
parent ba20c1d712
commit c61a83f29f

View File

@ -432,6 +432,7 @@ function inst_exetype() {
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."