From a8691173ac04321f444b949ec041d94c83ad02af Mon Sep 17 00:00:00 2001 From: Tom Gundersen Date: Wed, 21 Mar 2012 11:29:41 +0100 Subject: rc.d: movebash completions to /usr/share This is the standard location with the new bash-completinos package. Signed-off-by: Tom Gundersen --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index b232e9f..b5c1da4 100644 --- a/Makefile +++ b/Makefile @@ -14,7 +14,7 @@ DIRS := \ /etc/sysctl.d \ /usr/lib/sysctl.d \ /usr/lib/initscripts \ - /etc/bash_completion.d \ + /usr/share/bash-completion/completions \ /usr/share/zsh/site-functions \ /usr/share/man/man5 \ /usr/share/man/man8 @@ -44,7 +44,7 @@ install: installdirs doc install -m644 -t $(DESTDIR)/usr/share/man/man8 $(filter %.8, $(MAN_PAGES)) install -m755 -t $(DESTDIR)/usr/lib/initscripts arch-tmpfiles arch-sysctl arch-binfmt install -m644 tmpfiles.conf $(DESTDIR)/usr/lib/tmpfiles.d/arch.conf - install -m644 -T bash-completion $(DESTDIR)/etc/bash_completion.d/rc.d + install -m644 -T bash-completion $(DESTDIR)/usr/share/bash-completion/completions/rc.d install -m644 -T zsh-completion $(DESTDIR)/usr/share/zsh/site-functions/_rc.d %.5: %.5.txt -- cgit v1.2.3