summaryrefslogtreecommitdiff
path: root/Master/tlpkg/libexec
diff options
context:
space:
mode:
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: $!";