From d62486656ef8397e61f3a5c14973ceb6fa24d126 Mon Sep 17 00:00:00 2001 From: Yaroslav Halchenko Date: Sat, 23 Jul 2005 19:47:18 +0000 Subject: [PATCH] tiny one - forgotten to remove conf script installation from top Makefile --- Makefile | 1 - 1 file changed, 1 deletion(-) diff --git a/Makefile b/Makefile index 494761d6..0b3c07ad 100644 --- a/Makefile +++ b/Makefile @@ -9,7 +9,6 @@ fail2ban.1x: fail2ban fail2ban.h2m help2man --include fail2ban.h2m --section=1x --no-info --output $@ ./fail2ban install:: all - mkdir -p $(DESTDIR)/etc/default python setup.py install --root=debian/fail2ban/ clean::