mirror of
https://github.com/fail2ban/fail2ban.git
synced 2026-03-11 08:55:31 +00:00
Fixed a bug: conf file wasn't copied as of revision 73
This commit is contained in:
parent
d62486656e
commit
bc7318245b
1 changed files with 3 additions and 0 deletions
3
Makefile
3
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' `
|
||||
|
|
|
|||
Loading…
Reference in a new issue