mirror of
https://github.com/fail2ban/fail2ban.git
synced 2026-03-11 08:55:31 +00:00
BF: create directory for bash_completion.d
This commit is contained in:
parent
39bc2e34f1
commit
e3d068fcf8
1 changed files with 1 additions and 0 deletions
1
debian/rules
vendored
1
debian/rules
vendored
|
|
@ -50,6 +50,7 @@ install: build
|
|||
# take care about it anyways
|
||||
rm -rf $(DESTDIR)/var/run/fail2ban
|
||||
# Install bash completion
|
||||
install -d $(DESTDIR)/etc/bash_completion.d
|
||||
install -m 644 files/bash-completion $(DESTDIR)/etc/bash_completion.d/fail2ban
|
||||
|
||||
#
|
||||
|
|
|
|||
Loading…
Reference in a new issue