diff options
Diffstat (limited to 'debian/patches/alerts-make-the-scripts-executable.patch')
-rw-r--r-- | debian/patches/alerts-make-the-scripts-executable.patch | 10 |
1 files changed, 4 insertions, 6 deletions
diff --git a/debian/patches/alerts-make-the-scripts-executable.patch b/debian/patches/alerts-make-the-scripts-executable.patch index 89f62cf..9bab37d 100644 --- a/debian/patches/alerts-make-the-scripts-executable.patch +++ b/debian/patches/alerts-make-the-scripts-executable.patch @@ -11,14 +11,12 @@ Signed-off-by: Ferenc Wágner <wferi@niif.hu> 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/agents/alerts/Makefile.am b/agents/alerts/Makefile.am -index fdb294f..b8cc756 100644 +index a3fe891..c9c77f8 100644 --- a/agents/alerts/Makefile.am +++ b/agents/alerts/Makefile.am -@@ -10,6 +10,6 @@ +@@ -10,4 +10,4 @@ include $(top_srcdir)/mk/common.mk samplesdir = $(datadir)/$(PACKAGE)/alerts/ --dist_samples_DATA = alert_file.sh.sample \ -+dist_samples_SCRIPTS = alert_file.sh.sample \ - alert_smtp.sh.sample \ - alert_snmp.sh.sample +-dist_samples_DATA = $(wildcard *.sample) ++dist_samples_SCRIPTS = $(wildcard *.sample) |