From a6418a0cd9a58a10a16c76aa25d16c67b78f2bbe Mon Sep 17 00:00:00 2001 From: Karl Berry Date: Sat, 18 Nov 2023 23:32:06 +0000 Subject: * tl-makeself-from-tlnet: use new makeself to avoid unnecessary hard links in embedded archive. https://tug.org/pipermail/tlu/2023-November/000639.html * tl-try-makeself: --noprogress. git-svn-id: svn://tug.org/texlive/trunk@68895 c570f23f-e606-0410-a88d-b1316a301751 --- Master/tlpkg/bin/tl-try-makeself | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'Master/tlpkg/bin/tl-try-makeself') diff --git a/Master/tlpkg/bin/tl-try-makeself b/Master/tlpkg/bin/tl-try-makeself index 386873ae687..c7799589d05 100755 --- a/Master/tlpkg/bin/tl-try-makeself +++ b/Master/tlpkg/bin/tl-try-makeself @@ -18,7 +18,7 @@ rm -rf "$testdir" mkdir "$testdir" rsync -a "$lc"/{archive,tlpkg} "$testdir" -cd "$testdir" # because tl-makeself outputs to the current directory +cd "$testdir" # because tl-makeself-* outputs to the current directory rm -f update*sh # remove previous attempts tl-makeself-from-tlnet "$testdir" ls -l "$testdir" @@ -30,4 +30,4 @@ cd "$tl" # Now try running the updater in the installed tree. PATH=$tl/bin/x86_64-linux:/usr/bin -"$testdir"/update-tlmgr-r*.sh #-- --debug +"$testdir"/update-tlmgr-r*.sh --noprogress #-- --debug -- cgit v1.2.3