diff options
-rwxr-xr-x | Master/tlpkg/bin/tl-update-makeself | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Master/tlpkg/bin/tl-update-makeself b/Master/tlpkg/bin/tl-update-makeself index 4b8728c30b0..e8fa1e766ca 100755 --- a/Master/tlpkg/bin/tl-update-makeself +++ b/Master/tlpkg/bin/tl-update-makeself @@ -105,7 +105,7 @@ if [ -r "$ROOT/tlpkg/texlive.tlpdb" ] ; then tlpobjs="$ROOT/tlpkg/tlpobj/bin-texlive.tlpobj $ROOT/tlpkg/tlpobj/texlive.infra.tlpobj" for a in $ROOT/bin/* ; do b=`basename $a` - cp -a bin/$b "$ROOT/bin/" + cp -a bin/$b $ROOT/bin/ tlpobjs="$tlpobjs $ROOT/tlpkg/tlpobj/bin-texlive.$b.tlpobj $ROOT/tlpkg/tlpobj/texlive.infra.$b.tlpobj" done else |