summaryrefslogtreecommitdiff
path: root/dev-vcs/git-extras/files/git-extras-6.1.0-no-bash-completion-install.patch
diff options
context:
space:
mode:
Diffstat (limited to 'dev-vcs/git-extras/files/git-extras-6.1.0-no-bash-completion-install.patch')
-rw-r--r--dev-vcs/git-extras/files/git-extras-6.1.0-no-bash-completion-install.patch12
1 files changed, 0 insertions, 12 deletions
diff --git a/dev-vcs/git-extras/files/git-extras-6.1.0-no-bash-completion-install.patch b/dev-vcs/git-extras/files/git-extras-6.1.0-no-bash-completion-install.patch
deleted file mode 100644
index c1d606c3a38c..000000000000
--- a/dev-vcs/git-extras/files/git-extras-6.1.0-no-bash-completion-install.patch
+++ /dev/null
@@ -1,12 +0,0 @@
-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"