diff options
Diffstat (limited to 'Master/tlpkg/bin/tl-update-images')
-rwxr-xr-x | Master/tlpkg/bin/tl-update-images | 5 |
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 |