From b8240499b1fc303eba2e342a229cba2308c0f4ef Mon Sep 17 00:00:00 2001 From: Yaroslav Halchenko Date: Wed, 13 Jul 2005 10:01:49 +0000 Subject: [PATCH] forgotten to adjust make clean due to inclusion of proper fail2ban --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index dc413c07..c7508975 100644 --- a/Makefile +++ b/Makefile @@ -17,4 +17,4 @@ install:: all # cp log4py.py $(DESTDIR)/usr/lib/fail2ban/ clean:: - rm -rf changelog.gz fail2ban{,.1x} build* `find -iname '*.pyc' ` + rm -rf changelog.gz fail2ban.1x build* `find -iname '*.pyc' `