diff options
author | Karl Berry <karl@freefriends.org> | 2014-05-23 13:11:43 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2014-05-23 13:11:43 +0000 |
commit | 273d200673bc8fa11f7b6515f19de92d206c633d (patch) | |
tree | c25f28ce1d99d99b0c0f289b4875f0e3c27b3da3 /Master | |
parent | 1316a4a402c92896d869dbf1949e07b7a7c08299 (diff) |
no mips-irix to prune any more
git-svn-id: svn://tug.org/texlive/trunk@34226 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master')
-rwxr-xr-x | Master/tlpkg/bin/tl-update-images | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Master/tlpkg/bin/tl-update-images b/Master/tlpkg/bin/tl-update-images index 6600eae8a01..cb3e7610a3e 100755 --- a/Master/tlpkg/bin/tl-update-images +++ b/Master/tlpkg/bin/tl-update-images @@ -101,8 +101,8 @@ MAKEINST () # remove some 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. - prune="mips-irix alpha-linux powerpc-linux i386-kfreebsd amd64-kfreebsd \ - mipsel-linux armel-linux armhf-linux" + prune="alpha-linux armel-linux armhf-linux mipsel-linux powerpc-linux \ + i386-kfreebsd amd64-kfreebsd" echo "-- pruning platforms $prune..." mkdir $imgdir/tlpkg/bin cp $mydir/tl-prune-platforms $imgdir/tlpkg/bin |