diff options
author | Karl Berry <karl@freefriends.org> | 2020-03-06 22:42:17 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2020-03-06 22:42:17 +0000 |
commit | 574b19953b581b3adc19f5a0c63323977dc73fac (patch) | |
tree | 14e21a0a3eca6fc6c9f920e5f2c2400eddd7c2c6 /Master/tlpkg/bin | |
parent | f7122c415c143b7ea01f03f9fe9d96199f4d7dc5 (diff) |
(prune): let's keep amd64-freebsd.
git-svn-id: svn://tug.org/texlive/trunk@54135 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/tlpkg/bin')
-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 4348b58811a..bf5768ee549 100755 --- a/Master/tlpkg/bin/tl-update-images +++ b/Master/tlpkg/bin/tl-update-images @@ -119,7 +119,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 armhf-linux \ + prune="aarch64-linux amd64-netbsd armhf-linux \ i386-cygwin i386-freebsd i386-linux i386-netbsd i386-solaris \ x86_64-linuxmusl x86_64-solaris" echo "-- pruning platforms: $prune..." |