diff options
author | Norbert Preining <preining@logic.at> | 2008-05-04 18:23:09 +0000 |
---|---|---|
committer | Norbert Preining <preining@logic.at> | 2008-05-04 18:23:09 +0000 |
commit | 65f8f01e5ef4bc77d07c55af42eb640a60c7cb1b (patch) | |
tree | 0ebf952f218c2738d6bfc51681218afa9dd3f3f0 /Master/install-tl | |
parent | cc35786df18cbf01f1e4d2dc2e38dc762abfbaae (diff) |
new package psview ... we have to discuss that ;-)
But most people in Bachotek were really impressed and did like it.
Source is coming, too
git-svn-id: svn://tug.org/texlive/trunk@7843 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/install-tl')
-rwxr-xr-x | Master/install-tl | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/Master/install-tl b/Master/install-tl index dec4a4830f3..760bb2b7d39 100755 --- a/Master/install-tl +++ b/Master/install-tl @@ -546,10 +546,11 @@ sub calc_depends { # if programs for arch=win32 are installed we also have to install # bin-tlperl.win32 which provides the "hidden" perl that will be used # to run all the perl scripts. - # Furthermore we install bin-tlgs.win32, too + # Furthermore we install bin-tlgs.win32 and bin-tlpsv.win32, too if (grep(/^win32$/,@archs)) { $install{"bin-tlperl.win32"} = 1; $install{"bin-tlgs.win32"} = 1; + $install{"bin-tlpsv.win32"} = 1; } # loop over all the packages until it is getting stable |