From f2ea1686f659217d0e6330f158191de52a66a5c3 Mon Sep 17 00:00:00 2001 From: Stefan Schantl Date: Sun, 19 Mar 2023 12:07:16 +0100 Subject: [PATCH] snort: Set correct permissions of helper script Signed-off-by: Stefan Schantl --- snort/snort.nm | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/snort/snort.nm b/snort/snort.nm index 3334d5b9b..53389edf9 100644 --- a/snort/snort.nm +++ b/snort/snort.nm @@ -5,7 +5,7 @@ name = snort version = 3.1.50.0 -release = 1 +release = 2 thisapp = snort3-%{version} groups = Networking/Tools @@ -45,6 +45,11 @@ build make %{PARALLELISMFLAGS} end + + install_cmds + # Set correct permissions for helper script. + chmod -v 755 %{BUILDROOT}%{bindir}/appid_detector_builder.sh + end end packages -- 2.47.3