Skip to content

Commit

Permalink
latex2html: use preferred datarootdir
Browse files Browse the repository at this point in the history
really because dataroot='2719datarootdir' which requires double eval
  • Loading branch information
pwdraper committed Feb 26, 2014
1 parent 1545b6a commit e22d0f1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions thirdparty/latex2html/latex2html/configure.ac
Expand Up @@ -20,8 +20,8 @@ dnl latex2html does not use any autotools, so need to pass on
dnl suitable commands.
(
cmd="cd latex2html && \
./configure --prefix=$datadir/latex2html \
--with-texpath=$datadir/latex2html \
./configure --prefix=$datarootdir/latex2html \
--with-texpath=$datarootdir/latex2html \
--disable-eps";
echo $cmd; \
eval $cmd
Expand Down

0 comments on commit e22d0f1

Please sign in to comment.