diff options
-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} |