From 9d66c1a216771797d07dfa893bb275cd3cc60a8f Mon Sep 17 00:00:00 2001
From: Guillaume Rousse <guillaume.rousse@renater.fr>
Date: Tue, 6 Mar 2018 13:30:14 +0100
Subject: [PATCH] no need for executable bit

---
 conf/Makefile.am | 1 -
 1 file changed, 1 deletion(-)

diff --git a/conf/Makefile.am b/conf/Makefile.am
index 6032406..3a8c52b 100644
--- a/conf/Makefile.am
+++ b/conf/Makefile.am
@@ -9,7 +9,6 @@ manager.conf: Makefile manager.conf.in
 		-e 's|[@]templatesdir[@]|$(templatesdir)|' \
 		-e 's|[@]confdir[@]|$(confdir)|' \
 		< $(srcdir)/$@.in > $@
-	chmod +x $@
 
 install-data-local:
 	$(mkinstalldirs) $(DESTDIR)$(confdir)
-- 
GitLab