diff options
author | Karl Berry <karl@freefriends.org> | 2011-06-28 00:43:01 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2011-06-28 00:43:01 +0000 |
commit | 2dd4277306d319bf7347cd426523934bcafb6def (patch) | |
tree | 3aaa2088d13b10fe2e7b8e6e563d08e13a2acb41 /Master/tlpkg/TeXLive/TLUtils.pm | |
parent | b0aa851c0dc24a14ea084866b559f0af8cd66cb0 (diff) |
sync
git-svn-id: svn://tug.org/texlive/trunk@23155 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/tlpkg/TeXLive/TLUtils.pm')
-rw-r--r-- | Master/tlpkg/TeXLive/TLUtils.pm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Master/tlpkg/TeXLive/TLUtils.pm b/Master/tlpkg/TeXLive/TLUtils.pm index 79848ff5ed0..2a8399f1ea4 100644 --- a/Master/tlpkg/TeXLive/TLUtils.pm +++ b/Master/tlpkg/TeXLive/TLUtils.pm @@ -1888,8 +1888,8 @@ sub add_link_dir_dir { my $ret = 1; for my $f (@files) { # skip certain dangerous entries that should never be linked somewhere - if ($f eq "man" || $f eq "lib") { - debug("not linking special entry $f into $to.\n"); + if ($f eq "man") { + debug("not linking man into $to.\n"); next; } unlink("$to/$f"); |