diff options
author | Siep Kroonenberg <siepo@cybercomm.nl> | 2008-06-13 21:55:54 +0000 |
---|---|---|
committer | Siep Kroonenberg <siepo@cybercomm.nl> | 2008-06-13 21:55:54 +0000 |
commit | 81e132c7387b17fa31a5e35e5787562c9d0e7974 (patch) | |
tree | 30f35b5197b426fa026ad8dc6cfade4c1b3886ae /Master/install-tl | |
parent | 23662146b710917edae5108a3d9a7fa6d5389c0f (diff) |
texmf.cnf: TEXINPUTS for xetex. Removed useless cachedir stuff.
Minor fixes.
git-svn-id: svn://tug.org/texlive/trunk@8720 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/install-tl')
-rwxr-xr-x | Master/install-tl | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/Master/install-tl b/Master/install-tl index 5d7c66ff696..4e03dc73f47 100755 --- a/Master/install-tl +++ b/Master/install-tl @@ -381,6 +381,10 @@ if ($opt_profile eq "") { if (!$finished) { # do the actual installation + # win32: first, remove trailing slash from texdir[w] + # in case it is the root of a drive + $vars{'TEXDIR'} =~ s![/\\]$!!; + $vars{'TEXDIRW'} =~ s![/\\]$!!; do_installation(); } |