summaryrefslogtreecommitdiff
path: root/Master/tlpkg/libexec
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2021-07-05 20:50:36 +0000
committerKarl Berry <karl@freefriends.org>2021-07-05 20:50:36 +0000
commit9715f1527c5152cccd38f7064161def1f06d9446 (patch)
treebb2998f5d25823ac1358db86d068cda721ea4891 /Master/tlpkg/libexec
parent9b590bc743e1f2c75697633735ddffb1008f2c8f (diff)
tableof (5jul21)
git-svn-id: svn://tug.org/texlive/trunk@59837 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/tlpkg/libexec')
-rwxr-xr-xMaster/tlpkg/libexec/ctan2tds2
1 files changed, 1 insertions, 1 deletions
diff --git a/Master/tlpkg/libexec/ctan2tds b/Master/tlpkg/libexec/ctan2tds
index 8d122db26ed..2a2400a5324 100755
--- a/Master/tlpkg/libexec/ctan2tds
+++ b/Master/tlpkg/libexec/ctan2tds
@@ -5931,7 +5931,7 @@ sub PREHOOK_optex { # must do early to be found by the normal install
sub PREHOOK_optexcount { # make executable zip, from their install.sh
print "PREHOOK_$package - make executable zip\n";
- &xsystem ("cp src/optexcount.py src/__main__.py");
+ &xsystem ("cp -p src/optexcount.py src/__main__.py");
&xsystem ("zip -j tmp.zip src/*.py");
&xsystem ("echo '#!/usr/bin/env python3' | cat - tmp.zip >optexcount");
chmod (0755, "optexcount") || die "chmod(optexcount) failed: $!";