We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c61e96d commit e083742Copy full SHA for e083742
Makefile
@@ -64,7 +64,7 @@ install:
64
fi)
65
(if test -f $(COMPLETION_FILES); then \
66
$(INSTALL) -d $(DESTDIR)$(ZSH_COMPLETIONSDIR); \
67
- $(INSTALL) -m 0755 $(COMPLETION_FILES) $(ZSH_COMPLETIONSDIR)/_trurl; \
+ $(INSTALL) -m 0755 $(COMPLETION_FILES) $(DESTDIR)$(ZSH_COMPLETIONSDIR)/_trurl; \
68
69
70
.PHONY: clean
0 commit comments