catalyst-auto-amd64: verbosely update_symlinks.

Signed-off-by: Robin H. Johnson <robbat2@gentoo.org>
This commit is contained in:
Robin H. Johnson 2017-12-14 19:39:33 -08:00
parent 20553cc7ae
commit a5c5c7faad
No known key found for this signature in database
GPG key ID: 19395F23C58826C4

View file

@ -70,7 +70,7 @@ update_symlinks() {
-e 's/20\d{6}/latest/g;' \ -e 's/20\d{6}/latest/g;' \
-e 's/20\d{2}\.\d{2}/latest/g;' \ -e 's/20\d{2}\.\d{2}/latest/g;' \
<<<"$f") <<<"$f")
ln -sf "$f" "$of" ln -svf "$f" "$of"
done done
popd >/dev/null popd >/dev/null
done done