From 131e64ef862329dcd90d2e8fb3764caea3e46730 Mon Sep 17 00:00:00 2001 From: Norbert Preining Date: Mon, 22 Jun 2009 22:02:16 +0000 Subject: fix 2088 in fonts.conf git-svn-id: svn://tug.org/texlive/trunk@13889 c570f23f-e606-0410-a88d-b1316a301751 --- Master/tlpkg/tlpostcode/xetex.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Master/tlpkg/tlpostcode/xetex.pl') 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; } -- cgit v1.2.3