texlive[45994] Master/tlpkg/TeXLive/TLUtils.pm:

commits+karl at tug.org commits+karl at tug.org
Wed Dec 6 01:03:50 CET 2017


Revision: 45994
          http://tug.org/svn/texlive?view=revision&revision=45994
Author:   karl
Date:     2017-12-06 01:03:50 +0100 (Wed, 06 Dec 2017)
Log Message:
-----------
(add_remove_symlinks): do nothing if
! -d $top_man_dir in remove mode also.
Report from Yihui Xie, 5 Dec 2017 15:26:00.

Modified Paths:
--------------
    trunk/Master/tlpkg/TeXLive/TLUtils.pm

Modified: trunk/Master/tlpkg/TeXLive/TLUtils.pm
===================================================================
--- trunk/Master/tlpkg/TeXLive/TLUtils.pm	2017-12-05 23:25:15 UTC (rev 45993)
+++ trunk/Master/tlpkg/TeXLive/TLUtils.pm	2017-12-06 00:03:50 UTC (rev 45994)
@@ -1945,7 +1945,7 @@
   # man
   my $top_man_dir = "$Master/texmf-dist/doc/man";
   debug("$mode symlinks for man pages to $sys_man from $top_man_dir\n");
-  if (! -d $top_man_dir && $mode eq "add") {
+  if (! -d $top_man_dir) {
     ; # better to be silent?
     #info("skipping add of man symlinks, no source directory $top_man_dir\n");
   } else {



More information about the tex-live-commits mailing list