diff options
author | Karl Berry <karl@freefriends.org> | 2022-04-04 17:45:51 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2022-04-04 17:45:51 +0000 |
commit | 4ca1cb3da46997c41eff1ae88aad0d090f717b3c (patch) | |
tree | cf65844c3250610fb49b763d107e19199c892121 /Master/tlpkg/bin/tl-update-images | |
parent | faf2b1f50f1d5ed2f6a34d913859907b3565a7a1 (diff) |
tl-update-tlnet: --no-adjust-repo option; tl-update-images: no need for global writability; releng.txt, tlmgr.pl: doc
git-svn-id: svn://tug.org/texlive/trunk@62899 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/tlpkg/bin/tl-update-images')
-rwxr-xr-x | Master/tlpkg/bin/tl-update-images | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/Master/tlpkg/bin/tl-update-images b/Master/tlpkg/bin/tl-update-images index 19676eeec7f..420d6b8cfb4 100755 --- a/Master/tlpkg/bin/tl-update-images +++ b/Master/tlpkg/bin/tl-update-images @@ -172,7 +172,6 @@ MAKEINST () echo "$0: $mkisofs failed (status $?), goodbye." >&2 exit $? fi - chmod a+rw $iso cd $target || exit 1 rm -rf $imgdir |