From 7b0651f64978d684e9db2e91621cbe237246567c Mon Sep 17 00:00:00 2001
From: Gabriel Monnerat <gabriel@tiolive.com>
Date: Tue, 13 Mar 2018 18:44:24 -0300
Subject: [PATCH] fixup! component/logrotate: Don't fail if the symbolic link
 already exist.

---
 component/logrotate/buildout.cfg | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/component/logrotate/buildout.cfg b/component/logrotate/buildout.cfg
index dc3bb1934..e349b76e5 100644
--- a/component/logrotate/buildout.cfg
+++ b/component/logrotate/buildout.cfg
@@ -11,7 +11,7 @@ url = https://github.com/logrotate/logrotate/releases/download/3.11.0/logrotate-
 md5sum = 3a9280e4caeb837427a2d54518fbcdac
 # BBB this is only for backward-compatibility.
 post-install =
-  ln -sf . ${buildout:parts-directory}/${:_buildout_section_name_}/usr
+  ln -nsf . ${buildout:parts-directory}/${:_buildout_section_name_}/usr
 environment =
   PATH=${xz-utils:location}/bin:%(PATH)s
   CPPFLAGS=-I${popt:location}/include
-- 
2.30.9