diff options
author | Karl Berry <karl@freefriends.org> | 2017-09-02 21:49:16 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2017-09-02 21:49:16 +0000 |
commit | 4e0e7cf32787a21e1b2ade8042c909a5f3214e0a (patch) | |
tree | 2badd204c0f5f2223b985b22c66d8583e067ebf0 /Master/tlpkg | |
parent | a7f7f3b04a2de49df22e775296655dc13bfe53bc (diff) |
tlcockpit uses new wrunscript instead of standard wrapper
git-svn-id: svn://tug.org/texlive/trunk@45202 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/tlpkg')
-rwxr-xr-x | Master/tlpkg/bin/check-wrapper-consistency | 2 | ||||
-rw-r--r-- | Master/tlpkg/tlpsrc/tlcockpit.tlpsrc | 1 |
2 files changed, 2 insertions, 1 deletions
diff --git a/Master/tlpkg/bin/check-wrapper-consistency b/Master/tlpkg/bin/check-wrapper-consistency index 1eda326b7fa..2ccafc6558e 100755 --- a/Master/tlpkg/bin/check-wrapper-consistency +++ b/Master/tlpkg/bin/check-wrapper-consistency @@ -93,7 +93,7 @@ sub check_w32 { 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"); diff --git a/Master/tlpkg/tlpsrc/tlcockpit.tlpsrc b/Master/tlpkg/tlpsrc/tlcockpit.tlpsrc index f5365192e80..d2f203812b5 100644 --- a/Master/tlpkg/tlpsrc/tlcockpit.tlpsrc +++ b/Master/tlpkg/tlpsrc/tlcockpit.tlpsrc @@ -1,2 +1,3 @@ binpattern f bin/${ARCH}/${PKGNAME} +binpattern f/win32 bin/win32/wrunscript.* srcpattern d texmf-dist/source/support/${PKGNAME} |