[Lunar-commits] <moonbase-other> git: install bash-completion in the correct location
Stefan Wold
ratler at lunar-linux.org
Sun Oct 26 23:14:17 CET 2014
commit cb2d49e0bbb3759fcae81aea36dc9b6dc4febdb2
Author: Stefan Wold <ratler at lunar-linux.org>
Date: Sun, 26 Oct 2014 23:11:39 +0100
URL: https://github.com/lunar-linux/moonbase-other/commit/cb2d49e0bbb3759fcae81aea36dc9b6dc4febdb2
git: install bash-completion in the correct location
---
devel/git/BUILD | +1/-1
1 file changed, 1 insertion(+), 1 deletion(-)
--- a/devel/git/BUILD
+++ b/devel/git/BUILD
@@ -5,7 +5,7 @@
prepare_install &&
make prefix=/usr CFLAGS="$CFLAGS" LDFLAGS="$LDFLAGS" NO_CROSS_DIRECTORY_HARDLINKS=1 $OPTS install &&
install -m 755 contrib/gitview/gitview /usr/bin/ &&
- install -m 644 contrib/completion/git-completion.bash /etc/profile.d/git-completion.rc &&
+ install -m 644 contrib/completion/git-completion.bash /usr/share/bash-completion/completions/git &&
install -m 644 contrib/completion/git-prompt.sh /etc/profile.d/git-prompt.rc &&
for i in man?; do
[ -d /usr/share/man/$i ] || mkdir -p /usr/share/man/$i
More information about the Lunar-commits
mailing list