summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorSebastien Luttringer <seblu@seblu.net>2011-06-18 06:49:30 +0200
committerSebastien Luttringer <seblu@seblu.net>2011-06-26 23:15:56 +0200
commitb130e5d9f622c05863a889052d7bf9eac5c0af58 (patch)
tree5575728fd44cf88aa3c7fdf2aeb8bb8e1344176d /Makefile
parent18eb47e46e0630638011e05cd549ec5d8e0bf490 (diff)
downloadmkinitcpio-b130e5d9f622c05863a889052d7bf9eac5c0af58.tar.gz
mkinitcpio-b130e5d9f622c05863a889052d7bf9eac5c0af58.tar.xz
Add bash completion to mkinitcpio
It's annoying to remember the name of preset each time Signed-off-by: Sebastien Luttringer <seblu@seblu.net>
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index b77e088..4068f23 100644
--- a/Makefile
+++ b/Makefile
@@ -40,6 +40,7 @@ install: all
install -m644 -t ${DESTDIR}/etc/mkinitcpio.d mkinitcpio.d/*
install -m644 mkinitcpio.5 ${DESTDIR}/usr/share/man/man5/mkinitcpio.5
+ install -m644 bash-completion ${DESTDIR}/etc/bash_completion.d/mkinitcpio
doc: mkinitcpio.5
mkinitcpio.5: mkinitcpio.5.txt