We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e0b4554 commit fe4bfcaCopy full SHA for fe4bfca
Makefile
@@ -8,13 +8,13 @@ user-install: /usr/bin/curl /usr/bin/fpaste
8
install -D git-fpaste $(USER_INSTALL_PREFIX)/bin/
9
install -m 644 -D \
10
$(COMPLETION) \
11
- $(USER_INSTALL_PREFIX)/$(COMPLETION_INSTALL_PATH)/$(COMPLETION)
+ $(USER_INSTALL_PREFIX)/$(COMPLETION_INSTALL_PATH)/$(COMPLETION:-completion.bash=)
12
13
install: /usr/bin/curl /usr/bin/fpaste
14
install -D git-fpaste $(SYSTEM_INSTALL_PREFIX)/bin/
15
16
17
- $(SYSTEM_INSTALL_PREFIX)/$(COMPLETION_INSTALL_PATH)/$(COMPLETION)
+ $(SYSTEM_INSTALL_PREFIX)/$(COMPLETION_INSTALL_PATH)/$(COMPLETION:-completion.bash=)
18
19
/usr/bin/curl:
20
pkcon install curl
0 commit comments