summaryrefslogtreecommitdiff
path: root/Master/install-tl.pl
diff options
context:
space:
mode:
authorNorbert Preining <preining@logic.at>2007-12-27 08:36:20 +0000
committerNorbert Preining <preining@logic.at>2007-12-27 08:36:20 +0000
commit572098a5d25945cc79f3ea29cd4787e989360416 (patch)
treedadbcb09d2d001b8abfb4349afd12d30db4fb203 /Master/install-tl.pl
parent028aca5a053eebec922c45602c37cf3da3c1b822 (diff)
fixes for lib- rename
git-svn-id: svn://tug.org/texlive/trunk@5943 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/install-tl.pl')
-rwxr-xr-xMaster/install-tl.pl1
1 files changed, 1 insertions, 0 deletions
diff --git a/Master/install-tl.pl b/Master/install-tl.pl
index 97e0b80711b..c036910df55 100755
--- a/Master/install-tl.pl
+++ b/Master/install-tl.pl
@@ -340,6 +340,7 @@ sub calc_depends {
# loop over all the pre_selected and add them
foreach my $p (@pre_selected) {
debug "pre_selected $p\n";
+ print "pre_selected $p\n";
foreach my $p_dep ($tlpdb->get_package($p)->depends) {
if ($p_dep =~ m/^(.*)\.ARCH$/) {
my $foo = "$1";