Skip to content

Commit fe4bfca

Browse files
committed
Rename the completion script
Make the completion script be called git-fpaste
1 parent e0b4554 commit fe4bfca

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Makefile

+2-2
Original file line numberDiff line numberDiff line change
@@ -8,13 +8,13 @@ user-install: /usr/bin/curl /usr/bin/fpaste
88
install -D git-fpaste $(USER_INSTALL_PREFIX)/bin/
99
install -m 644 -D \
1010
$(COMPLETION) \
11-
$(USER_INSTALL_PREFIX)/$(COMPLETION_INSTALL_PATH)/$(COMPLETION)
11+
$(USER_INSTALL_PREFIX)/$(COMPLETION_INSTALL_PATH)/$(COMPLETION:-completion.bash=)
1212

1313
install: /usr/bin/curl /usr/bin/fpaste
1414
install -D git-fpaste $(SYSTEM_INSTALL_PREFIX)/bin/
1515
install -m 644 -D \
1616
$(COMPLETION) \
17-
$(SYSTEM_INSTALL_PREFIX)/$(COMPLETION_INSTALL_PATH)/$(COMPLETION)
17+
$(SYSTEM_INSTALL_PREFIX)/$(COMPLETION_INSTALL_PATH)/$(COMPLETION:-completion.bash=)
1818

1919
/usr/bin/curl:
2020
pkcon install curl

0 commit comments

Comments
 (0)