mirror of
https://github.com/fail2ban/fail2ban.git
synced 2026-03-11 08:55:31 +00:00
Merge branch 'debian' into build
* debian: actually removing fail2ban installed /var/run/fail2ban while building package
This commit is contained in:
commit
779d377ac5
1 changed files with 4 additions and 0 deletions
4
debian/rules
vendored
4
debian/rules
vendored
|
|
@ -41,6 +41,10 @@ install: build
|
|||
# Install Debian shipped jail file in 1 piece (instead of patching
|
||||
# the shipped one since there are too many changes)
|
||||
install -m 644 debian/jail.conf $(DESTDIR)/etc/fail2ban
|
||||
# Remove explicitely created /var/run/fail2ban
|
||||
# just to please lintian since init file will
|
||||
# take care about it anyways
|
||||
rm -rf $(DESTDIR)/var/run/fail2ban
|
||||
|
||||
#
|
||||
# Just to comply with policy 4.8
|
||||
|
|
|
|||
Loading…
Reference in a new issue