diff options
author | Tom Gundersen <teg@jklm.no> | 2012-03-21 11:29:41 +0100 |
---|---|---|
committer | Tom Gundersen <teg@jklm.no> | 2012-03-21 11:29:41 +0100 |
commit | a8691173ac04321f444b949ec041d94c83ad02af (patch) | |
tree | 5f76eaedac60c318b52d54e459d458a3ab070bac | |
parent | 807d8f9c858d2adf5285a3ba27aec6ed226d14d7 (diff) |
rc.d: movebash completions to /usr/share
This is the standard location with the new bash-completinos package.
Signed-off-by: Tom Gundersen <teg@jklm.no>
-rw-r--r-- | Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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 |