mirror of https://github.com/fail2ban/fail2ban
BF: create directory for bash_completion.d
parent
39bc2e34f1
commit
e3d068fcf8
|
@ -50,6 +50,7 @@ install: build
|
||||||
# take care about it anyways
|
# take care about it anyways
|
||||||
rm -rf $(DESTDIR)/var/run/fail2ban
|
rm -rf $(DESTDIR)/var/run/fail2ban
|
||||||
# Install bash completion
|
# Install bash completion
|
||||||
|
install -d $(DESTDIR)/etc/bash_completion.d
|
||||||
install -m 644 files/bash-completion $(DESTDIR)/etc/bash_completion.d/fail2ban
|
install -m 644 files/bash-completion $(DESTDIR)/etc/bash_completion.d/fail2ban
|
||||||
|
|
||||||
#
|
#
|
||||||
|
|
Loading…
Reference in New Issue