catalyst-auto: tweak timestamp.
Signed-off-by: Robin H. Johnson <robbat2@gentoo.org>
This commit is contained in:
parent
ed258c751b
commit
c19080d5f4
1 changed files with 2 additions and 1 deletions
|
@ -67,6 +67,7 @@ update_symlinks() {
|
|||
of=$(perl -p \
|
||||
-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}/latest/g;' \
|
||||
-e 's/20\d{2}\.\d{2}/latest/g;' \
|
||||
<<<"$f")
|
||||
ln -sf "$f" "$of"
|
||||
|
|
Loading…
Add table
Reference in a new issue