From 9785cbea9c8acdfd762ff39ce83374bb8950ac12 Mon Sep 17 00:00:00 2001 From: Karl Berry Date: Sun, 14 Jan 2018 22:58:58 +0000 Subject: doc,synx git-svn-id: svn://tug.org/texlive/trunk@46313 c570f23f-e606-0410-a88d-b1316a301751 --- Master/tlpkg/bin/tl-update-images | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) (limited to 'Master/tlpkg') diff --git a/Master/tlpkg/bin/tl-update-images b/Master/tlpkg/bin/tl-update-images index 70540544c06..5d019e1a78f 100755 --- a/Master/tlpkg/bin/tl-update-images +++ b/Master/tlpkg/bin/tl-update-images @@ -79,7 +79,7 @@ MAKEINST () # remove old images, checksums, signatures, versioned and generic. rm -f $iso* $prefix*.iso* - # the image consists of the tlnet tree and the top-level files + # the image consists of a tlnet tree and the top-level files # from master, more or less. imgdir=${prefix}imgtmp rm -rf $imgdir @@ -102,7 +102,7 @@ MAKEINST () echo "source = `pwd`" fi if test ! -r install-tl; then - echo "$0: no install-in in `pwd`, goodbye." >&2 + echo "$0: no install-tl in `pwd`, goodbye." >&2 exit 1 fi cp -pr install-tl *.bat tlpkg archive $imgdir @@ -111,8 +111,9 @@ MAKEINST () # do this here so that they can be kept in the tree, # and thus installed normally over the net. # keep in sync with info on http://tug.org/texlive/doc.html. - prune="aarch64-linux armel-linux i386-cygwin i386-freebsd i386-netbsd \ - i386-solaris powerpc-darwin powerpc-linux" + prune="aarch64-linux amd64-freebsd amd64-netbsd armel-linux \ + i386-cygwin i386-darwin i386-freebsd i386-netbsd i386-solaris \ + powerpc-darwin powerpc-linux sparc-solaris " echo "-- pruning platforms: $prune..." mkdir $imgdir/tlpkg/bin cp $mydir/tl-prune-platforms $imgdir/tlpkg/bin -- cgit v1.2.3