Fixed a bug: conf file wasn't copied as of revision 73

debian-releases/etch
Yaroslav Halchenko 2005-07-26 21:27:19 +00:00
parent d62486656e
commit bc7318245b
1 changed files with 3 additions and 0 deletions

View File

@ -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' `