We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fe4bfca commit 294d4cbCopy full SHA for 294d4cb
Makefile
@@ -2,7 +2,7 @@ USER_INSTALL_PREFIX=$(HOME)/.local
2
SYSTEM_INSTALL_PREFIX=/usr/local
3
4
COMPLETION=git-fpaste-completion.bash
5
-COMPLETION_INSTALL_PATH=/share/bash-completion/completions/
+COMPLETION_INSTALL_PATH=share/bash-completion/completions
6
7
user-install: /usr/bin/curl /usr/bin/fpaste
8
install -D git-fpaste $(USER_INSTALL_PREFIX)/bin/
0 commit comments