summaryrefslogtreecommitdiff
path: root/Master/tlpkg/bin/tl-update-images
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2017-04-27 16:46:42 +0000
committerKarl Berry <karl@freefriends.org>2017-04-27 16:46:42 +0000
commitc5dc164255a59b27826c5f2a445c009132a13b0e (patch)
tree0dd2e5e7aec8335b7c95698f9a74c5d9ab20b677 /Master/tlpkg/bin/tl-update-images
parenta2a03aa6230e0fdc8d5a7922f2c0c23c05915fe1 (diff)
wording, links
git-svn-id: svn://tug.org/texlive/trunk@44080 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/tlpkg/bin/tl-update-images')
-rwxr-xr-xMaster/tlpkg/bin/tl-update-images6
1 files changed, 3 insertions, 3 deletions
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