From 1c3cbc36beb1f11b637b99f8530675dacff84cb4 Mon Sep 17 00:00:00 2001 From: Karl Berry Date: Fri, 25 Apr 2008 17:04:05 +0000 Subject: (doscripts): keep executable. git-svn-id: svn://tug.org/texlive/trunk@7650 c570f23f-e606-0410-a88d-b1316a301751 --- Master/tlpkg/bin/ctan2tds | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'Master/tlpkg') 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 -- cgit v1.2.3