texlive[45202] Master/tlpkg: tlcockpit uses new wrunscript instead of
commits+karl at tug.org
commits+karl at tug.org
Sat Sep 2 23:49:16 CEST 2017
Revision: 45202
http://tug.org/svn/texlive?view=revision&revision=45202
Author: karl
Date: 2017-09-02 23:49:16 +0200 (Sat, 02 Sep 2017)
Log Message:
-----------
tlcockpit uses new wrunscript instead of standard wrapper
Modified Paths:
--------------
trunk/Master/tlpkg/bin/check-wrapper-consistency
trunk/Master/tlpkg/tlpsrc/tlcockpit.tlpsrc
Modified: trunk/Master/tlpkg/bin/check-wrapper-consistency
===================================================================
--- trunk/Master/tlpkg/bin/check-wrapper-consistency 2017-09-02 21:44:34 UTC (rev 45201)
+++ trunk/Master/tlpkg/bin/check-wrapper-consistency 2017-09-02 21:49:16 UTC (rev 45202)
@@ -93,7 +93,7 @@
next if $is_shell_script{$k}; # skip shell scripts
#
# also skip these special cases:
- next if $k =~ /^(latexindent|texdoctk|tlmgr|tlshell|xasy)$/;
+ next if $k =~ /^(latexindent|texdoctk|tlcockpit|tlmgr|tlshell|xasy)$/;
#
# else do the diff with the canonical wrapper:
$diff += system ("cmp $w32dir/$k.exe $w32canonical");
Modified: trunk/Master/tlpkg/tlpsrc/tlcockpit.tlpsrc
===================================================================
--- trunk/Master/tlpkg/tlpsrc/tlcockpit.tlpsrc 2017-09-02 21:44:34 UTC (rev 45201)
+++ trunk/Master/tlpkg/tlpsrc/tlcockpit.tlpsrc 2017-09-02 21:49:16 UTC (rev 45202)
@@ -1,2 +1,3 @@
binpattern f bin/${ARCH}/${PKGNAME}
+binpattern f/win32 bin/win32/wrunscript.*
srcpattern d texmf-dist/source/support/${PKGNAME}
More information about the tex-live-commits
mailing list