Suricata: Install Core Update 167 converter script

My fault, again. :-/

Signed-off-by: Peter Müller <peter.mueller@ipfire.org>
This commit is contained in:
Peter Müller
2022-05-08 09:01:24 +00:00
parent 99a79bcbd8
commit 40811ff383

View File

@@ -131,5 +131,8 @@ $(TARGET) : $(patsubst %,$(DIR_DL)/%,$(objects))
# Set correct ownership for /var/log/suricata.
chown suricata:suricata /var/log/suricata
# Install converter script needed for Core Update 167
install -m 0755 $(DIR_SRC)/config/suricata/convert-ids-backend-files /usr/sbin/convert-ids-backend-files
@rm -rf $(DIR_APP)
@$(POSTBUILD)