diff options
author | Karl Berry <karl@freefriends.org> | 2018-02-09 22:16:10 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2018-02-09 22:16:10 +0000 |
commit | 361229acccff692c5b03a2b81da2b6adb083f040 (patch) | |
tree | 8c32294738d375bc71ec2ff9ca0f8282d1162474 /Master/tlpkg/bin | |
parent | cab09cb4646d0bb8668586d56821eeb70498dbb6 (diff) |
do not force umask 077 for makeself, from https://github.com/amaxwell/tlutility/issues/58
git-svn-id: svn://tug.org/texlive/trunk@46578 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/tlpkg/bin')
-rwxr-xr-x | Master/tlpkg/bin/tl-makeself-from-tlnet | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/Master/tlpkg/bin/tl-makeself-from-tlnet b/Master/tlpkg/bin/tl-makeself-from-tlnet index 5fa0b9c34f5..38206cd98f3 100755 --- a/Master/tlpkg/bin/tl-makeself-from-tlnet +++ b/Master/tlpkg/bin/tl-makeself-from-tlnet @@ -191,7 +191,9 @@ chmod ugo+x runme.sh # make the self-extracting archive back in the directory from which # we were invoked. cd "$CWD" -makeself -q $TMP \ +makeself -q \ + --header $mydir/../libexec/makeself-header.sh \ + $TMP \ update-tlmgr-r$infrarev.sh \ "TeX Live Manager Updater" \ ./runme.sh |