commit: 125e8f3bafc06f5898c33191eb4178bbf8013435
Author: Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
AuthorDate: Mon Jul 18 20:13:15 2022 +0000
Commit: Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
CommitDate: Mon Jul 18 20:13:52 2022 +0000
URL: https://gitweb.gentoo.org/proj/releng.git/commit/?id=125e8f3b
Dont be so verbous, ln -s !
Signed-off-by: Andreas K. Hüttel <dilfridge <AT> gentoo.org>
tools/catalyst-auto-amd64.conf | 2 +-
tools/catalyst-auto-x86.conf | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/tools/catalyst-auto-amd64.conf b/tools/catalyst-auto-amd64.conf
index c4b0c33a..401c640d 100644
--- a/tools/catalyst-auto-amd64.conf
+++ b/tools/catalyst-auto-amd64.conf
@@ -70,7 +70,7 @@ update_symlinks() {
-e 's/20\d{6}/latest/g;' \
-e 's/20\d{2}\.\d{2}/latest/g;' \
<<<"$f")
- ln -svf "$f" "$of"
+ ln -sf "$f" "$of"
done
popd >/dev/null || exit
done
diff --git a/tools/catalyst-auto-x86.conf b/tools/catalyst-auto-x86.conf
index ced79e5d..b0a70c76 100644
--- a/tools/catalyst-auto-x86.conf
+++ b/tools/catalyst-auto-x86.conf
@@ -48,7 +48,7 @@ update_symlinks() {
-e 's/20\d{6}/latest/g;' \
-e 's/20\d{2}\.\d{2}/latest/g;' \
<<<"$f")
- ln -svf "$f" "$of"
+ ln -sf "$f" "$of"
done
popd >/dev/null || exit
done