From cec66dd286d4d19f0f0f6f28230738c49aa99cf9 Mon Sep 17 00:00:00 2001 From: Eugeni Dodonov Date: Mon, 22 Feb 2010 17:34:47 +0000 Subject: Install the tools.py module --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index d83240f..ad072f2 100644 --- a/Makefile +++ b/Makefile @@ -37,7 +37,7 @@ install: all # install shell scripts $(MAKE) -C cron-sh $@ # install main msec files - for i in libmsec.py config.py msec.py msecperms.py msecgui.py help.py version.py; do \ + for i in libmsec.py config.py msec.py msecperms.py msecgui.py help.py version.py tools.py; do \ install -m755 src/msec/$$i $(RPM_BUILD_ROOT)/usr/share/msec ; \ install -m755 src/msec/$${i}o $(RPM_BUILD_ROOT)/usr/share/msec ; \ done -- cgit v1.2.1