Skip to content

Commit

Permalink
move bash completion to /usr/share/bash-completion
Browse files Browse the repository at this point in the history
Signed-off-by: Dave Reisner <dreisner@archlinux.org>
  • Loading branch information
falconindy committed Mar 24, 2012
1 parent 757ae1f commit 5138262
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ VERSION = $(shell if test -f VERSION; then cat VERSION; else git describe | sed

DIRS = \
/usr/bin \
/etc/bash_completion.d \
/usr/share/bash-completion/completions \
/etc/mkinitcpio.d \
/usr/lib/initcpio/hooks \
/usr/lib/initcpio/install \
Expand Down Expand Up @@ -43,7 +43,7 @@ install: all
install -m644 -t ${DESTDIR}/etc/mkinitcpio.d mkinitcpio.d/*

install -m644 mkinitcpio.8 ${DESTDIR}/usr/share/man/man8/mkinitcpio.8
install -m644 bash-completion ${DESTDIR}/etc/bash_completion.d/mkinitcpio
install -m644 bash-completion ${DESTDIR}/usr/share/bash-completion/completions/mkinitcpio

doc: mkinitcpio.8
mkinitcpio.8: mkinitcpio.8.txt Makefile
Expand Down

0 comments on commit 5138262

Please sign in to comment.