diff options
author | Karl Berry <karl@freefriends.org> | 2018-03-29 21:58:39 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2018-03-29 21:58:39 +0000 |
commit | 821b7906ec814c447bf032ade02c467f12de31b5 (patch) | |
tree | 2e165d9ae82625926aa3a4827e7358e6c075beab /Master/tlpkg/bin/tl-update-images | |
parent | d570b0a952d1bf3a592e27deb0a4aed434fd4118 (diff) |
remove armel-linux
git-svn-id: svn://tug.org/texlive/trunk@47180 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/tlpkg/bin/tl-update-images')
-rwxr-xr-x | Master/tlpkg/bin/tl-update-images | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Master/tlpkg/bin/tl-update-images b/Master/tlpkg/bin/tl-update-images index 8b7e14b3f81..92d33c441dd 100755 --- a/Master/tlpkg/bin/tl-update-images +++ b/Master/tlpkg/bin/tl-update-images @@ -118,7 +118,7 @@ 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 amd64-freebsd amd64-netbsd armel-linux \ + prune="aarch64-linux amd64-freebsd amd64-netbsd \ i386-cygwin i386-freebsd i386-netbsd i386-solaris \ powerpc-linux sparc-solaris x86_64-linuxmusl " echo "-- pruning platforms: $prune..." |