diff options
Diffstat (limited to 'Master/tlpkg/bin/ctan2tds')
-rwxr-xr-x | Master/tlpkg/bin/ctan2tds | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/Master/tlpkg/bin/ctan2tds b/Master/tlpkg/bin/ctan2tds index 3e5ec85e751..9e7d81f4f86 100755 --- a/Master/tlpkg/bin/ctan2tds +++ b/Master/tlpkg/bin/ctan2tds @@ -1713,12 +1713,13 @@ sub doscripts my $scriptpatt = $specialscripts{$package}; return unless $scriptpatt; &install ("$DEST/scripts/$package", $scriptpatt); + &SYSTEM ("chmod a+x $DEST/scripts/$package/*"); } # xmltex files sub doxmt{ my $xmtpatt = $specialxmt{$package} || $standardxmt; - &install("$DEST/tex/xmltex/$package", $xmtpatt); + &install ("$DEST/tex/xmltex/$package", $xmtpatt); } # build the font files |