texlive[49133] Master/tlpkg/bin/tl-update-install-pkg: (make_zip):

commits+karl at tug.org commits+karl at tug.org
Mon Nov 12 00:46:53 CET 2018


Revision: 49133
          http://tug.org/svn/texlive?view=revision&revision=49133
Author:   karl
Date:     2018-11-12 00:46:52 +0100 (Mon, 12 Nov 2018)
Log Message:
-----------
(make_zip): exclude new tlpkg/tltcl directory, per siep.

Modified Paths:
--------------
    trunk/Master/tlpkg/bin/tl-update-install-pkg

Modified: trunk/Master/tlpkg/bin/tl-update-install-pkg
===================================================================
--- trunk/Master/tlpkg/bin/tl-update-install-pkg	2018-11-11 22:28:40 UTC (rev 49132)
+++ trunk/Master/tlpkg/bin/tl-update-install-pkg	2018-11-11 23:46:52 UTC (rev 49133)
@@ -221,7 +221,8 @@
     &xsystem ("makensis -V4 install-tl >$tmpdir/install-tl-nsis.log");
 
   } elsif ($type eq 'tgz') {
-    &xsystem ('tar', '-czf', 'install-tl-unx.tar.gz', $install_tl_name); 
+    &xsystem ('tar', '-czf', 'install-tl-unx.tar.gz', '--exclude=tltcl',
+    $install_tl_name); 
 
   } else {
     die "unknown install package type $type";



More information about the tex-live-commits mailing list