From 81e132c7387b17fa31a5e35e5787562c9d0e7974 Mon Sep 17 00:00:00 2001 From: Siep Kroonenberg Date: Fri, 13 Jun 2008 21:55:54 +0000 Subject: texmf.cnf: TEXINPUTS for xetex. Removed useless cachedir stuff. Minor fixes. git-svn-id: svn://tug.org/texlive/trunk@8720 c570f23f-e606-0410-a88d-b1316a301751 --- Master/tlpkg/TeXLive/TLPostActions.pm | 1 - Master/tlpkg/TeXLive/TLWinGoo.pm | 6 ++++-- 2 files changed, 4 insertions(+), 3 deletions(-) (limited to 'Master/tlpkg') diff --git a/Master/tlpkg/TeXLive/TLPostActions.pm b/Master/tlpkg/TeXLive/TLPostActions.pm index b9bb04de647..092b8864ad4 100644 --- a/Master/tlpkg/TeXLive/TLPostActions.pm +++ b/Master/tlpkg/TeXLive/TLPostActions.pm @@ -73,7 +73,6 @@ sub do_install_bin_xetex { foreach (@lines) { $_ =~ s!c:/Program Files/texlive/2008!$texdir!; $_ =~ s!c:/windows/fonts!$winfontdir! if win32(); - $_ =~ s!c:/etc/fccache!$texmfsysvar/fonts/cache!; print FONTSCONF; } close(FONTSCONF); diff --git a/Master/tlpkg/TeXLive/TLWinGoo.pm b/Master/tlpkg/TeXLive/TLWinGoo.pm index b868e75b2f7..209e516cde2 100644 --- a/Master/tlpkg/TeXLive/TLWinGoo.pm +++ b/Master/tlpkg/TeXLive/TLWinGoo.pm @@ -925,12 +925,12 @@ Reinitialize unshort.bat, the shortcuts uninstaller. =cut sub init_unshortbat { - my $texdir = shift; + my $texdirw = shift; my $menupath = menu_path(); $menupath =~ s!/!\\!g; # batchfile for uninstalling shortcuts - open UNSHORT, ">$texdir/tlpkg/installer/unshort.bat"; + open UNSHORT, ">$texdirw/tlpkg/installer/unshort.bat"; print UNSHORT 'rmdir /s /q "'.$menupath."\\TeX Live 2008\" 2>nul\n"; close UNSHORT; } @@ -1013,6 +1013,8 @@ sub create_uninstaller { open UNINST, ">$tdwfw/tlpkg/installer/uninst.bat"; print UNINST <