From: =?utf-8?q?Ferenc_W=C3=A1gner?= Date: Sun, 12 Jun 2016 11:30:07 +0200 Subject: alerts: make the scripts executable MIME-Version: 1.0 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 8bit Signed-off-by: Ferenc Wágner --- agents/alerts/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/agents/alerts/Makefile.am b/agents/alerts/Makefile.am index a3fe891..c9c77f8 100644 --- a/agents/alerts/Makefile.am +++ b/agents/alerts/Makefile.am @@ -10,4 +10,4 @@ include $(top_srcdir)/mk/common.mk samplesdir = $(datadir)/$(PACKAGE)/alerts/ -dist_samples_DATA = $(wildcard *.sample) +dist_samples_SCRIPTS = $(wildcard *.sample)