diff options
author | Gerardo Exequiel Pozzi <vmlinuz386@yahoo.com.ar> | 2011-06-26 23:48:16 +0200 |
---|---|---|
committer | Thomas Bächler <thomas@archlinux.org> | 2011-06-26 23:56:51 +0200 |
commit | ec8151237b99dc28a6efd155c571d9204cb436c5 (patch) | |
tree | c05aac5331eb1867ee12e0f65c6791e91e9d66c5 | |
parent | 6cdc1a6d080ffb6cca413156d66504cc4034fb1b (diff) | |
download | mkinitcpio-ec8151237b99dc28a6efd155c571d9204cb436c5.tar.gz mkinitcpio-ec8151237b99dc28a6efd155c571d9204cb436c5.tar.xz |
Add missing /etc/bash_completion.d in Makefile
Signed-off-by: Gerardo Exequiel Pozzi <vmlinuz386@yahoo.com.ar>
-rw-r--r-- | Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -5,6 +5,7 @@ VERSION = 0.6.15 DIRS = \ /bin \ /sbin \ + /etc/bash_completion.d \ /etc/mkinitcpio.d \ /lib/initcpio/hooks \ /lib/initcpio/install \ |