diff options
author | Norbert Preining <preining@logic.at> | 2009-05-21 13:28:21 +0000 |
---|---|---|
committer | Norbert Preining <preining@logic.at> | 2009-05-21 13:28:21 +0000 |
commit | 9152587ad913678ec2b07d7e3f018af673d9a363 (patch) | |
tree | a1f4e170c5463e47b1a98bcfb6925fac858e2dbe /Master/tlpkg/TeXLive | |
parent | d0c37590137ce7a79e6f4382a965149e035c057e (diff) |
one more bin-pdftex -> pdftex
git-svn-id: svn://tug.org/texlive/trunk@13341 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/tlpkg/TeXLive')
-rw-r--r-- | Master/tlpkg/TeXLive/TLPostActions.pm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Master/tlpkg/TeXLive/TLPostActions.pm b/Master/tlpkg/TeXLive/TLPostActions.pm index 6786431d8c0..55140b9ead6 100644 --- a/Master/tlpkg/TeXLive/TLPostActions.pm +++ b/Master/tlpkg/TeXLive/TLPostActions.pm @@ -723,11 +723,11 @@ sub do_bin_pdftex { chomp($TEXMFSYSVAR); } # the old installer copied from CDDIR, but shouldn't this be installed - # in ANY case since it is in bin-pdftex??? + # in ANY case since it is in pdftex??? copy ("$TEXDIR/texmf/tex/generic/config/pdftexconfig.tex", "$TEXMFSYSVAR/tex/generic/config"); } -# $PostInstall{"bin-pdftex"} = \&do_bin_pdftex; +# $PostInstall{"pdftex"} = \&do_bin_pdftex; # disabled sub do_context { |