diff options
author | Siep Kroonenberg <siepo@cybercomm.nl> | 2008-06-19 19:52:40 +0000 |
---|---|---|
committer | Siep Kroonenberg <siepo@cybercomm.nl> | 2008-06-19 19:52:40 +0000 |
commit | a29d1c3b81e693ba943ca1ccedfca84d69edd770 (patch) | |
tree | ff72717ebf42eb1865e8de55e0494c9f6e3ab591 /Master/tlpkg/TeXLive/TLPostActions.pm | |
parent | d6d706cf043a51dee01517b4c5275a7f227fd0ba (diff) |
TLWingoo: removed wg_error; never remove system directories from
path whatever TeX programs they may contain
git-svn-id: svn://tug.org/texlive/trunk@8879 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/tlpkg/TeXLive/TLPostActions.pm')
-rw-r--r-- | Master/tlpkg/TeXLive/TLPostActions.pm | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/Master/tlpkg/TeXLive/TLPostActions.pm b/Master/tlpkg/TeXLive/TLPostActions.pm index 7a44830464b..3b3d1e9b0ea 100644 --- a/Master/tlpkg/TeXLive/TLPostActions.pm +++ b/Master/tlpkg/TeXLive/TLPostActions.pm @@ -183,7 +183,11 @@ sub do_install_bin_texlive { 'batgui', ); if (uc(TeXLive::TLWinGoo::win_which_dir('tex.exe')) ne - uc($texdir.'/bin/win32')) { + uc($texdir.'/bin/win32') or + uc(TeXLive::TLWinGoo::win_which_dir('pdftex.exe')) ne + uc($texdir.'/bin/win32') or + uc(TeXLive::TLWinGoo::win_which_dir('luatex.exe')) ne + uc($texdir.'/bin/win32')) { my $texbindir = $texdir."\\bin\\win32"; $texbindir =~ s!/!\\!g; add_menu_shortcut( |