mirror of
https://github.com/fail2ban/fail2ban.git
synced 2026-03-11 08:55:31 +00:00
debian\rules: better clean-up of non-debian paths includes
This commit is contained in:
parent
acb11a6da9
commit
5f2464a9d1
1 changed files with 1 additions and 3 deletions
4
debian/rules
vendored
4
debian/rules
vendored
|
|
@ -30,9 +30,7 @@ override_dh_auto_configure:
|
|||
|
||||
override_dh_install:
|
||||
rm -f $(DESTDIR)/usr/share/doc/fail2ban/README.Solaris
|
||||
rm -f $(DESTDIR)/etc/fail2ban/paths-fedora.conf
|
||||
rm -f $(DESTDIR)/etc/fail2ban/paths-freebsd.conf
|
||||
rm -f $(DESTDIR)/etc/fail2ban/paths-osx.conf
|
||||
find "$(DESTDIR)/etc/fail2ban/" -type f -name 'paths-*.conf' -not -name 'paths-common.conf' -not -name 'paths-debian.conf' -delete
|
||||
: # Remove explicitly created /var/run/fail2ban
|
||||
: # just to please lintian since init file will
|
||||
: # take care about it anyways
|
||||
|
|
|
|||
Loading…
Reference in a new issue