File tree 1 file changed +3
-3
lines changed
1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -69,8 +69,8 @@ install: check
69
69
cp -f man/git-* .1 $(DESTDIR )$(MANPREFIX ) ; \
70
70
echo " cp -f man/git-*.1 $( DESTDIR) $( MANPREFIX) " ; \
71
71
fi
72
- @mkdir -p $(DESTDIR )$(SYSCONFDIR ) /bash_completion.d
73
- cp -f etc/bash_completion.sh $(DESTDIR )$(SYSCONFDIR ) /bash_completion.d /git-extras
72
+ @mkdir -p $(DESTDIR )$(SYSCONFDIR ) /bash-completion/completions
73
+ cp -f etc/bash_completion.sh $(DESTDIR )$(SYSCONFDIR ) /bash-completion/completions /git-extras
74
74
@echo " "
75
75
@echo " If you are a zsh user, you may want to 'source $( CODE_DIR) etc/git-extras-completion.zsh'" \
76
76
" and put this line into ~/.zshrc to enable zsh completion"
@@ -119,7 +119,7 @@ uninstall:
119
119
echo " ... uninstalling $( DESTDIR) $( MANPREFIX) /$( notdir $( MAN) ) " ; \
120
120
rm -f $(DESTDIR )$(MANPREFIX ) /$(notdir $(MAN ) ) ; \
121
121
)
122
- rm -f $(DESTDIR )$(SYSCONFDIR ) /bash_completion.d /git-extras
122
+ rm -f $(DESTDIR )$(SYSCONFDIR ) /bash-completion/completions /git-extras
123
123
124
124
clean : docclean
125
125
You can’t perform that action at this time.
0 commit comments