From 46d43bb1287c855e0ae794ea9a25f82af77453ee Mon Sep 17 00:00:00 2001 From: Yaroslav Halchenko Date: Sat, 6 Aug 2005 22:18:28 +0000 Subject: [PATCH] lib->share --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 0f67795f..891f9ea1 100755 --- a/setup.py +++ b/setup.py @@ -57,7 +57,7 @@ setup( # Search for obsolete files. obsoleteFiles = [] elements = {"/usr/bin/": ["fail2ban.py"], - "/usr/lib/fail2ban/firewall/": ["iptables.py", "ipfwadm.py", + "/usr/share/fail2ban/firewall/": ["iptables.py", "ipfwadm.py", "ipfw.py"]} for dir in elements: for f in elements[dir]: