aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorTom Gundersen <teg@jklm.no>2012-03-21 11:29:41 +0100
committerTom Gundersen <teg@jklm.no>2012-03-21 11:29:41 +0100
commita8691173ac04321f444b949ec041d94c83ad02af (patch)
tree5f76eaedac60c318b52d54e459d458a3ab070bac /Makefile
parent807d8f9c858d2adf5285a3ba27aec6ed226d14d7 (diff)
downloadinitscripts-a8691173ac04321f444b949ec041d94c83ad02af.tar.xz
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>
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 2 insertions, 2 deletions
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