diff options
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 |