diff options
author | Norbert Preining <preining@logic.at> | 2012-06-10 00:21:51 +0000 |
---|---|---|
committer | Norbert Preining <preining@logic.at> | 2012-06-10 00:21:51 +0000 |
commit | 4dbacbc0d55244cf7de05c19927159af39800b7b (patch) | |
tree | ec1bf0f1439f92754dea375751290e79afdc88de /Build/source/texk | |
parent | 90ebcbf8cba591cd45f2acb46f654297f077b651 (diff) |
fix perl
git-svn-id: svn://tug.org/texlive/trunk@26878 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Build/source/texk')
-rwxr-xr-x | Build/source/texk/tetex/updmap.pl | 26 |
1 files changed, 13 insertions, 13 deletions
diff --git a/Build/source/texk/tetex/updmap.pl b/Build/source/texk/tetex/updmap.pl index 31115040a4c..96950eb4628 100755 --- a/Build/source/texk/tetex/updmap.pl +++ b/Build/source/texk/tetex/updmap.pl @@ -2059,21 +2059,21 @@ Explanation of trees and files normally used: layout is used as shipped with TeX Live, the following files are read in this order: updmap-sys variant: - TEXMFSYSCONFIG $TEXLIVE/2012/texmf-config/web2c/updmap.cfg - TEXMFSYSVAR $TEXLIVE/2012/texmf-var/web2c/updmap.cfg - TEXMFLOCAL $TEXLIVE/texmf-local/web2c/updmap.cfg - TEXMFMAIN $TEXLIVE/2012/texmf/web2c/updmap.cfg - TEXMFDIST $TEXLIVE/2012/texmf-dist/web2c/updmap.cfg + TEXMFSYSCONFIG \$TEXLIVE/2012/texmf-config/web2c/updmap.cfg + TEXMFSYSVAR \$TEXLIVE/2012/texmf-var/web2c/updmap.cfg + TEXMFLOCAL \$TEXLIVE/texmf-local/web2c/updmap.cfg + TEXMFMAIN \$TEXLIVE/2012/texmf/web2c/updmap.cfg + TEXMFDIST \$TEXLIVE/2012/texmf-dist/web2c/updmap.cfg updmap variant: - TEXMFCONFIG $HOME/.texlive2012/texmf-config/web2c/updmap.cfg - TEXMFVAR $HOME/.texlive2012/texmf-var/web2c/updmap.cfg - TEXMFHOME $HOME/texmf/web2c/updmap.cfg - TEXMFSYSCONFIG $TEXLIVE/2012/texmf-config/web2c/updmap.cfg - TEXMFSYSVAR $TEXLIVE/2012/texmf-var/web2c/updmap.cfg - TEXMFLOCAL $TEXLIVE/texmf-local/web2c/updmap.cfg - TEXMFMAIN $TEXLIVE/2012/texmf/web2c/updmap.cfg - TEXMFDIST $TEXLIVE/2012/texmf-dist/web2c/updmap.cfg + TEXMFCONFIG \$HOME/.texlive2012/texmf-config/web2c/updmap.cfg + TEXMFVAR \$HOME/.texlive2012/texmf-var/web2c/updmap.cfg + TEXMFHOME \$HOME/texmf/web2c/updmap.cfg + TEXMFSYSCONFIG \$TEXLIVE/2012/texmf-config/web2c/updmap.cfg + TEXMFSYSVAR \$TEXLIVE/2012/texmf-var/web2c/updmap.cfg + TEXMFLOCAL \$TEXLIVE/texmf-local/web2c/updmap.cfg + TEXMFMAIN \$TEXLIVE/2012/texmf/web2c/updmap.cfg + TEXMFDIST \$TEXLIVE/2012/texmf-dist/web2c/updmap.cfg There is another exception to keep upgradability from earlier versions of TeX Live: if a file TEXMFLOCAL/web2c/updmap-local.cfg exists (formerly |