summaryrefslogtreecommitdiff
path: root/Master/tlpkg/bin/tlpkginfo
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2011-08-06 23:40:52 +0000
committerKarl Berry <karl@freefriends.org>2011-08-06 23:40:52 +0000
commitf031f598f31027d1018ef72f912ec392f411bb27 (patch)
tree127ba7c4f08244d857d4d6ee02073c9ea62bde17 /Master/tlpkg/bin/tlpkginfo
parented6afc11e008945cafecd21b5af6f931918ec4fb (diff)
new lualatex package luabibentry (28jun11)
git-svn-id: svn://tug.org/texlive/trunk@23435 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/tlpkg/bin/tlpkginfo')
-rwxr-xr-xMaster/tlpkg/bin/tlpkginfo3
1 files changed, 2 insertions, 1 deletions
diff --git a/Master/tlpkg/bin/tlpkginfo b/Master/tlpkg/bin/tlpkginfo
index 144d38301c4..b1578eba97d 100755
--- a/Master/tlpkg/bin/tlpkginfo
+++ b/Master/tlpkg/bin/tlpkginfo
@@ -306,9 +306,10 @@ sub prepare {
return $ctan_loc unless (-s $tds_path);
- # now we have a tds, so unzip it in a tmpdir
+ # now we have a tds, so unzip it in a tmpdir and be sure it's readable.
my $tmpdir = &copy_to_tmpdir ($pkg);
system ("unzip -q $tds_path -d $tmpdir");
+ system ("chmod -R a+rX $tmpdir");
# put a flag for ctan2tds' donormal() to work
system ("echo $tds_path >$tmpdir/TDS_READY");