summaryrefslogtreecommitdiff
path: root/Master
diff options
context:
space:
mode:
Diffstat (limited to 'Master')
-rwxr-xr-xMaster/tlpkg/libexec/ctan2tds5
1 files changed, 2 insertions, 3 deletions
diff --git a/Master/tlpkg/libexec/ctan2tds b/Master/tlpkg/libexec/ctan2tds
index eca57500ef9..a2e1920f64a 100755
--- a/Master/tlpkg/libexec/ctan2tds
+++ b/Master/tlpkg/libexec/ctan2tds
@@ -2020,7 +2020,7 @@ for (@ARGV) {
$package = pop (@x);
my $COOKED_PKG = "$COOKED_TOP/$package"; # output directory
- if ($package =~ /^(biber|texdef)$/) { # later anything with scripts
+ if ($package =~ /^(biber|texdef|latexmk)$/) { # later anything with scripts
$BUILDDEST = "$COOKED_PKG/Build/source";
$TOPDEST = "$COOKED_PKG/Master";
} else {
@@ -2498,7 +2498,7 @@ sub doscripts {
&install ("$DEST/scripts/$package", $scriptpatt);
&SYSTEM ("chmod a+x $DEST/scripts/$package/*");
- return unless $package eq "texdef"; # xx just testing this one for now
+ return unless $package =~ /^(texdef|latexmk)$/; # xx testing for now
# update the copy in Build, too.
my $build_tldir = "texk/texlive";
my $build_scriptsdir = "$build_tldir/linked_scripts";
@@ -2522,7 +2522,6 @@ sub doscripts {
}
(my $linkname = $s) =~ s/\..*$//;
- next if -e "$Master/bin/i386-linux/$linkname"; # already there, move on
for my $p (@platforms) {
my $platdir = "$TOPDEST/bin/$p";
&xmkdir ($platdir);