catalyst-auto: tweak timestamp.

Signed-off-by: Robin H. Johnson <robbat2@gentoo.org>
This commit is contained in:
Robin H. Johnson 2017-12-08 00:04:40 -08:00
parent ed258c751b
commit c19080d5f4
No known key found for this signature in database
GPG key ID: 19395F23C58826C4

View file

@ -67,6 +67,7 @@ update_symlinks() {
of=$(perl -p \ of=$(perl -p \
-e 's/20\d{6}T\d{6}Z/latest/g;' \ -e 's/20\d{6}T\d{6}Z/latest/g;' \
-e 's/20\d{6}\d{6}/latest/g;' \ -e 's/20\d{6}\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 -sf "$f" "$of"