From 10a059fb201355a06a5e24e5959e62735458c297 Mon Sep 17 00:00:00 2001 From: Eugeni Dodonov Date: Mon, 8 Feb 2010 14:06:08 +0000 Subject: installing sectool plugin --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 044e1e4..572b5e1 100644 --- a/Makefile +++ b/Makefile @@ -42,7 +42,7 @@ install: all install -m755 src/msec/$${i}o $(RPM_BUILD_ROOT)/usr/share/msec ; \ done # install plugins - for i in pam.py audit.py msec.py network.py ; do \ + for i in pam.py audit.py msec.py network.py sectool.py ; do \ install -m755 src/msec/plugins/$$i $(RPM_BUILD_ROOT)/usr/share/msec/plugins ; \ install -m755 src/msec/plugins/$${i}o $(RPM_BUILD_ROOT)/usr/share/msec/plugins ; \ done -- cgit v1.2.1