diff options
author | Karl Berry <karl@freefriends.org> | 2007-01-07 21:58:51 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2007-01-07 21:58:51 +0000 |
commit | 7e3c0ddc199192fd1b98c37279e95af5e56ae4d1 (patch) | |
tree | e485d81eabf146eff216f23850b8ca4584af80e8 /Master/bin/sparc-solaris/texi2html | |
parent | 3982ba0e2dfb2d87bc6766eadcafd3cccb5cb312 (diff) |
new sparc-solaris binaries from vvv
git-svn-id: svn://tug.org/texlive/trunk@3213 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/bin/sparc-solaris/texi2html')
-rwxr-xr-x | Master/bin/sparc-solaris/texi2html | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/Master/bin/sparc-solaris/texi2html b/Master/bin/sparc-solaris/texi2html index f5b5b644b5d..40fa6accf5c 100755 --- a/Master/bin/sparc-solaris/texi2html +++ b/Master/bin/sparc-solaris/texi2html @@ -75,7 +75,7 @@ my $THISVERSION = '1.76'; my $THISPROG = "texi2html $THISVERSION"; # program name and version # set by configure, prefix for the sysconfdir and so on -my $prefix = '/opt/home/vvv/src/tl/inst'; +my $prefix = '/opt/home/vvv/src/texlive/source/inst'; my $sysconfdir; my $pkgdatadir; my $datadir; @@ -92,10 +92,10 @@ else $sysconfdir = "/usr/local/etc"; } -if ('/opt/home/vvv/src/tl/inst' ne '@' . 'datadir@') +if ('/opt/home/vvv/src/texlive/source/inst' ne '@' . 'datadir@') { - $pkgdatadir = eval '"/opt/home/vvv/src/tl/inst/texi2html"'; - $datadir = eval '"/opt/home/vvv/src/tl/inst"'; + $pkgdatadir = eval '"/opt/home/vvv/src/texlive/source/inst/texi2html"'; + $datadir = eval '"/opt/home/vvv/src/texlive/source/inst"'; } else { |