texlive[55461] Master/tlpkg/bin/tl-makeself-from-tlnet: makeself:

commits+preining at tug.org commits+preining at tug.org
Sun Jun 7 08:14:47 CEST 2020


Revision: 55461
          http://tug.org/svn/texlive?view=revision&revision=55461
Author:   preining
Date:     2020-06-07 08:14:47 +0200 (Sun, 07 Jun 2020)
Log Message:
-----------
makeself: runme: make sure we don't cosider "man" an architecture

Modified Paths:
--------------
    trunk/Master/tlpkg/bin/tl-makeself-from-tlnet

Modified: trunk/Master/tlpkg/bin/tl-makeself-from-tlnet
===================================================================
--- trunk/Master/tlpkg/bin/tl-makeself-from-tlnet	2020-06-07 02:10:54 UTC (rev 55460)
+++ trunk/Master/tlpkg/bin/tl-makeself-from-tlnet	2020-06-07 06:14:47 UTC (rev 55461)
@@ -182,6 +182,10 @@
   for a in "$ROOT"/bin/*; do
     test -d "$a" || continue  # skip any cruft files
     b=`basename "$a"`         # just the architecture name
+    # skip 'man' directories if they are still present
+    if test "$b" = "man"; then
+      continue
+    fi
     echo "$0: updating $a ..."
 
     # add the tlpobjs for this platform to the list.



More information about the tex-live-commits mailing list.