From 707b0dab40c2a8838e174be94b581ec44ac6dc8f Mon Sep 17 00:00:00 2001 From: Guillaume Rousse <guillaume.rousse@renater.fr> Date: Fri, 26 Oct 2018 14:50:03 +0200 Subject: [PATCH] force link creation --- templates/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/Makefile.am b/templates/Makefile.am index de1a203..68d46c6 100644 --- a/templates/Makefile.am +++ b/templates/Makefile.am @@ -23,4 +23,4 @@ EXTRA_DIST = $(nobase_templates_DATA) install-data-hook: cd $(DESTDIR)$(templatesdir)/web && \ - $(LN_S) edugain default + $(LN_S) -f edugain default -- GitLab