summaryrefslogtreecommitdiff
path: root/Master/install-tl.pl
diff options
context:
space:
mode:
authorNorbert Preining <preining@logic.at>2008-02-22 10:39:35 +0000
committerNorbert Preining <preining@logic.at>2008-02-22 10:39:35 +0000
commitbc49f8e1fd006866fd5929e117d50560b8cae1ab (patch)
treed11ae245c5606686bdec14fd6f1958a6c6cb5dfe /Master/install-tl.pl
parent4c69b943c66253d964861cc1ec197af262e23359 (diff)
fmtutil-sys call also on win for otpin_fmt
git-svn-id: svn://tug.org/texlive/trunk@6725 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/install-tl.pl')
-rwxr-xr-xMaster/install-tl.pl12
1 files changed, 3 insertions, 9 deletions
diff --git a/Master/install-tl.pl b/Master/install-tl.pl
index e01d0ccc3a9..98786f56a82 100755
--- a/Master/install-tl.pl
+++ b/Master/install-tl.pl
@@ -8,8 +8,6 @@
# or any later version.
#
# TODO:
-# - support option_fmt (generation of formats)
-# partially done, missing fmtutil-sys for windows
# - support option_paper (paper instead of A4)
# missing
@@ -103,8 +101,8 @@ our $trynet=0;
#$::texlive_url = 'http://tug.org/svn/texlive/trunk/Master';
# for my own testing in the virtual machine
#$::texlive_url = 'http://localhost/norbert/tltesting';
-#$::texlive_url = 'http://10.0.2.2/norbert/tltesting';
-$::texlive_url = 'http://tug.org/~preining/tltesting';
+$::texlive_url = 'http://10.0.2.2/norbert/tltesting';
+#$::texlive_url = 'http://tug.org/~preining/tltesting';
# the default scheme to be installed
my $default_scheme='scheme-full';
# some arrays where the lists of collections to be installed are saved
@@ -825,11 +823,7 @@ sub do_postinst_stuff {
# all formats option
if ($vars{'option_fmt'}) {
tllog($::LOG_NORMAL, "pre-generation all format file (fmtutil-sys --all)\n");
- if (win32()) {
- tllog($::LOG_NORMAL, "missing fmtutil-sys, sorry, please wait!\n");
- } else {
- system('fmtutil-sys','--all');
- }
+ system('fmtutil-sys','--all');
}
# option_links