From c5dc164255a59b27826c5f2a445c009132a13b0e Mon Sep 17 00:00:00 2001 From: Karl Berry Date: Thu, 27 Apr 2017 16:46:42 +0000 Subject: wording, links git-svn-id: svn://tug.org/texlive/trunk@44080 c570f23f-e606-0410-a88d-b1316a301751 --- Master/tlpkg/bin/tl-update-images | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'Master/tlpkg/bin/tl-update-images') diff --git a/Master/tlpkg/bin/tl-update-images b/Master/tlpkg/bin/tl-update-images index b95f5c62b02..947615aee75 100755 --- a/Master/tlpkg/bin/tl-update-images +++ b/Master/tlpkg/bin/tl-update-images @@ -107,7 +107,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="armel-linux armhf-linux powerpc-linux" + prune="armel-linux powerpc-linux" echo "-- pruning platforms: $prune..." mkdir $imgdir/tlpkg/bin cp $mydir/tl-prune-platforms $imgdir/tlpkg/bin @@ -155,8 +155,8 @@ MAKEINST () $master/tlpkg/bin/tl-sign-file $prefix.iso.sha512 || exit 1 # symlinks with short name (potentially used in /etc/fstab). - ln -s `basename $iso` $prefix.iso # with year - ln -s `basename $iso` $target/$NAME.iso # no year + rm $prefix.iso; ln -s `basename $iso` $prefix.iso # with year + rm $target/$NAME.iso; ln -s `basename $iso` $target/$NAME.iso # no year # at the end, all the files should be non-empty. all_ok=true -- cgit v1.2.3