diff options
-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 |