aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile5
1 files changed, 4 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index b52fed0..287ba3b 100644
--- a/Makefile
+++ b/Makefile
@@ -1,5 +1,5 @@
PACKAGE = msec
-VERSION = 0.60.8
+VERSION = 0.60.9
SVNPATH = svn+ssh://svn.mandriva.com/svn/soft/msec
all: version promisc_check msec_find python
@@ -62,6 +62,9 @@ install: all
mkdir -p $(RPM_BUILD_ROOT)/etc/logrotate.d
install -m644 msec.logrotate $(RPM_BUILD_ROOT)/etc/logrotate.d/msec
+ # locale
+ $(MAKE) -C po $@
+
cleandist:
rm -rf $(PACKAGE)-$(VERSION) $(PACKAGE)-$(VERSION).tar.bz2