summaryrefslogtreecommitdiff
path: root/Master/tlpkg
diff options
context:
space:
mode:
authorNorbert Preining <preining@logic.at>2008-05-28 15:48:08 +0000
committerNorbert Preining <preining@logic.at>2008-05-28 15:48:08 +0000
commit32bba43a9a7d8fdb8d73a6c47aaa3da78566376a (patch)
tree0d82c897b9f232498b8ec36a224e1623bdbe4e57 /Master/tlpkg
parentf463b283de1a85177ff46c78a14b415c4fc47c39 (diff)
path of dvipdfmx has changed, not that it is important since the post install
action is disabled ... git-svn-id: svn://tug.org/texlive/trunk@8388 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/tlpkg')
-rw-r--r--Master/tlpkg/TeXLive/TLPostActions.pm8
1 files changed, 4 insertions, 4 deletions
diff --git a/Master/tlpkg/TeXLive/TLPostActions.pm b/Master/tlpkg/TeXLive/TLPostActions.pm
index 9cbc3f2da00..7e97c2367e9 100644
--- a/Master/tlpkg/TeXLive/TLPostActions.pm
+++ b/Master/tlpkg/TeXLive/TLPostActions.pm
@@ -414,10 +414,10 @@ sub do_bin_dvipdfmx {
chomp($TEXMFSYSVAR);
}
# dvipdfmx.cfg
- open(DVIPDFMCONFIGDIST, "<$TEXDIR/texmf/dvipdfm/dvipdfmx.cfg")
- or die("Cannot open $TEXDIR/texmf/dvipdfm/dvipdfmx.cfg");
- open(DVIPDFMCONFIGINST, ">$TEXMFSYSVAR/dvipdfm/dvipdfmx.cfg")
- or die("Cannot open $TEXMFSYSVAR/dvipdfm/dvipdfmx.cfg");
+ open(DVIPDFMCONFIGDIST, "<$TEXDIR/texmf/dvipdfmx/dvipdfmx.cfg")
+ or die("Cannot open $TEXDIR/texmf/dvipdfmx/dvipdfmx.cfg");
+ open(DVIPDFMCONFIGINST, ">$TEXMFSYSVAR/dvipdfmx/dvipdfmx.cfg")
+ or die("Cannot open $TEXMFSYSVAR/dvipdfmx/dvipdfmx.cfg");
while (<DVIPDFMCONFIGDIST>) {
# current dvipdfmx.cfg already contains the right rungs incantation
# so do just copy the file to texmf-var