summaryrefslogtreecommitdiff
path: root/Master/tlpkg/tlpostcode/xetex.pl
diff options
context:
space:
mode:
authorNorbert Preining <preining@logic.at>2009-06-22 22:02:16 +0000
committerNorbert Preining <preining@logic.at>2009-06-22 22:02:16 +0000
commit131e64ef862329dcd90d2e8fb3764caea3e46730 (patch)
tree6f4ecb56263897ab4811cdcc376e7b715ee467b6 /Master/tlpkg/tlpostcode/xetex.pl
parentf71e63658cf5d1272212c328505da86df51d7ae1 (diff)
fix 2088 in fonts.conf
git-svn-id: svn://tug.org/texlive/trunk@13889 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/tlpkg/tlpostcode/xetex.pl')
-rw-r--r--Master/tlpkg/tlpostcode/xetex.pl2
1 files changed, 1 insertions, 1 deletions
diff --git a/Master/tlpkg/tlpostcode/xetex.pl b/Master/tlpkg/tlpostcode/xetex.pl
index 910773f884f..4a2d8b72611 100644
--- a/Master/tlpkg/tlpostcode/xetex.pl
+++ b/Master/tlpkg/tlpostcode/xetex.pl
@@ -58,7 +58,7 @@ if (-r "$texdir/bin/win32/xetex.exe") {
$winfontdir =~ s!\\!/!g;
}
foreach (@lines) {
- $_ =~ s!c:/Program Files/texlive/$TeXLive::TLConfig::ReleaseYear!$texdir!;
+ $_ =~ s!c:/Program Files/texlive/YYYY!$texdir!;
$_ =~ s!c:/windows/fonts!$winfontdir! if win32();
print FONTSCONF;
}