summaryrefslogtreecommitdiff
path: root/Master/tlpkg/bin/tl-update-images
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2018-01-04 18:36:16 +0000
committerKarl Berry <karl@freefriends.org>2018-01-04 18:36:16 +0000
commitc64fcd9b2946cbb907d84980abd0cc494f729909 (patch)
treed578ab1904b8b8a4374ba8001253e61fa1b0ef1e /Master/tlpkg/bin/tl-update-images
parentdd9da53de9501c68a36a954dd1db86a00b7d243b (diff)
new platform aarch64-linux, from Johannes Hielscher
git-svn-id: svn://tug.org/texlive/trunk@46208 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/tlpkg/bin/tl-update-images')
-rwxr-xr-xMaster/tlpkg/bin/tl-update-images5
1 files changed, 3 insertions, 2 deletions
diff --git a/Master/tlpkg/bin/tl-update-images b/Master/tlpkg/bin/tl-update-images
index c686ab852a9..9e420b49e66 100755
--- a/Master/tlpkg/bin/tl-update-images
+++ b/Master/tlpkg/bin/tl-update-images
@@ -103,11 +103,12 @@ MAKEINST ()
fi
cp -pr install-tl *.bat tlpkg archive $imgdir
- # remove some platforms to save space on the dvd.
+ # remove platforms to save space on the dvd.
# 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="armel-linux powerpc-linux"
+ prune="aarch64-linux armel-linux i386-cygwin i386-freebsd i386-netbsd \
+ i386-solaris powerpc-darwin powerpc-linux"
echo "-- pruning platforms: $prune..."
mkdir $imgdir/tlpkg/bin
cp $mydir/tl-prune-platforms $imgdir/tlpkg/bin