From e3d068fcf87efa7039dce730177bbd72840d4fc1 Mon Sep 17 00:00:00 2001 From: Yaroslav Halchenko Date: Mon, 13 May 2013 11:27:55 -0400 Subject: [PATCH] BF: create directory for bash_completion.d --- debian/rules | 1 + 1 file changed, 1 insertion(+) diff --git a/debian/rules b/debian/rules index 8d7dd464..f69e8930 100755 --- a/debian/rules +++ b/debian/rules @@ -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 #