[X2Go-Commits] [buildscripts] 01/02: bin/createsusetagsrepo: forcefully create symlinks, even if they already exist.

git-admin at x2go.org git-admin at x2go.org
Thu Nov 24 09:01:40 CET 2016


This is an automated email from the git hooks/post-receive script.

x2go pushed a commit to branch master
in repository buildscripts.

commit 085d3676a9fb71660fd9db26d85c3070ce1d53fb
Author: Mihai Moldovan <ionic at ionic.de>
Date:   Thu Nov 24 09:01:20 2016 +0100

    bin/createsusetagsrepo: forcefully create symlinks, even if they already exist.
---
 bin/createsusetagsrepo |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/bin/createsusetagsrepo b/bin/createsusetagsrepo
index 6261eb1..f3efd3e 100755
--- a/bin/createsusetagsrepo
+++ b/bin/createsusetagsrepo
@@ -44,7 +44,7 @@ cleanup_repo () {
     # Create new ones.
     typeset file=""
     for file in */*.rpm; do
-      ln -sv -- "${file}" "$(basename "${file}")"
+      ln -sfv -- "${file}" "$(basename "${file}")"
     done
 
     popd

--
Alioth's /srv/git/code.x2go.org/buildscripts.git//..//_hooks_/post-receive-email on /srv/git/code.x2go.org/buildscripts.git


More information about the x2go-commits mailing list