summaryrefslogtreecommitdiff
path: root/Master/tlpkg/bin/tl-update-images
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2018-01-14 22:58:58 +0000
committerKarl Berry <karl@freefriends.org>2018-01-14 22:58:58 +0000
commit9785cbea9c8acdfd762ff39ce83374bb8950ac12 (patch)
tree076e7b0c31ca32115c902ec5de08b6b00031de72 /Master/tlpkg/bin/tl-update-images
parentea0f177298273649cb6328b6f69ebb07edac2229 (diff)
doc,synx
git-svn-id: svn://tug.org/texlive/trunk@46313 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/tlpkg/bin/tl-update-images')
-rwxr-xr-xMaster/tlpkg/bin/tl-update-images9
1 files changed, 5 insertions, 4 deletions
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