Skip to content

Commit 294d4cb

Browse files
committed
Remove extra slashes
1 parent fe4bfca commit 294d4cb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ USER_INSTALL_PREFIX=$(HOME)/.local
22
SYSTEM_INSTALL_PREFIX=/usr/local
33

44
COMPLETION=git-fpaste-completion.bash
5-
COMPLETION_INSTALL_PATH=/share/bash-completion/completions/
5+
COMPLETION_INSTALL_PATH=share/bash-completion/completions
66

77
user-install: /usr/bin/curl /usr/bin/fpaste
88
install -D git-fpaste $(USER_INSTALL_PREFIX)/bin/

0 commit comments

Comments
 (0)