mirror of https://github.com/fail2ban/fail2ban
tiny one - forgotten to remove conf script installation from top Makefile
parent
35c7616cc0
commit
a96ec80625
1
Makefile
1
Makefile
|
@ -11,7 +11,6 @@ fail2ban.1x: fail2ban fail2ban.h2m
|
||||||
install:: all
|
install:: all
|
||||||
mkdir -p $(DESTDIR)/etc/default
|
mkdir -p $(DESTDIR)/etc/default
|
||||||
python setup.py install --root=debian/fail2ban/
|
python setup.py install --root=debian/fail2ban/
|
||||||
cp config/fail2ban.conf.default $(DESTDIR)/etc/fail2ban.conf
|
|
||||||
|
|
||||||
clean::
|
clean::
|
||||||
rm -rf changelog.gz fail2ban.1x build* `find -iname '*.pyc' `
|
rm -rf changelog.gz fail2ban.1x build* `find -iname '*.pyc' `
|
||||||
|
|
Loading…
Reference in New Issue