blob: c1d606c3a38c244803734c08563474d75e09049a (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
We shouldn't install this manually via the Makefile - or to that location.
--- a/Makefile
+++ b/Makefile
@@ -69,8 +69,6 @@ install: check
cp -f man/git-*.1 $(DESTDIR)$(MANPREFIX); \
echo "cp -f man/git-*.1 $(DESTDIR)$(MANPREFIX)"; \
fi
- @mkdir -p $(DESTDIR)$(SYSCONFDIR)/bash_completion.d
- cp -f etc/bash_completion.sh $(DESTDIR)$(SYSCONFDIR)/bash_completion.d/git-extras
@echo ""
@echo "If you are a zsh user, you may want to 'source $(CODE_DIR)etc/git-extras-completion.zsh'" \
"and put this line into ~/.zshrc to enable zsh completion"
|