diff options
author | Karl Berry <karl@freefriends.org> | 2015-04-28 16:44:25 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2015-04-28 16:44:25 +0000 |
commit | 7c60c34cae64d47a2326bbde8c54341d0ed3b8d7 (patch) | |
tree | 247d6ada70ce34693a97c02df0683837c624b93d /Master/tlpkg/bin | |
parent | f6fca6ce3c3e455c38fd987fa1e3653a7da06a9d (diff) |
no longer building *-kfreebsd, so don't prune it.
git-svn-id: svn://tug.org/texlive/trunk@37094 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/tlpkg/bin')
-rwxr-xr-x | Master/tlpkg/bin/tl-update-images | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/Master/tlpkg/bin/tl-update-images b/Master/tlpkg/bin/tl-update-images index 377af7cb85e..072ca8c976e 100755 --- a/Master/tlpkg/bin/tl-update-images +++ b/Master/tlpkg/bin/tl-update-images @@ -102,8 +102,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="alpha-linux armel-linux armhf-linux mipsel-linux powerpc-linux \ - i386-kfreebsd amd64-kfreebsd" + prune="alpha-linux armel-linux armhf-linux mipsel-linux powerpc-linux" echo "-- pruning platforms $prune..." mkdir $imgdir/tlpkg/bin cp $mydir/tl-prune-platforms $imgdir/tlpkg/bin |