From bc7318245bd7ed05fba29d79d25b434733a8cb40 Mon Sep 17 00:00:00 2001 From: Yaroslav Halchenko Date: Tue, 26 Jul 2005 21:27:19 +0000 Subject: [PATCH] Fixed a bug: conf file wasn't copied as of revision 73 --- Makefile | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Makefile b/Makefile index 0b3c07ad..d2b6456e 100644 --- a/Makefile +++ b/Makefile @@ -10,6 +10,9 @@ fail2ban.1x: fail2ban fail2ban.h2m install:: all python setup.py install --root=debian/fail2ban/ + mkdir -p $(DESTDIR)/etc + cp config/fail2ban.conf.default $(DESTDIR)/etc/fail2ban.conf + clean:: rm -rf changelog.gz fail2ban.1x build* `find -iname '*.pyc' `