Skip to content

Commit e083742

Browse files
committed
Makefile: fix install completions to correct distdir path
1 parent c61e96d commit e083742

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ install:
6464
fi)
6565
(if test -f $(COMPLETION_FILES); then \
6666
$(INSTALL) -d $(DESTDIR)$(ZSH_COMPLETIONSDIR); \
67-
$(INSTALL) -m 0755 $(COMPLETION_FILES) $(ZSH_COMPLETIONSDIR)/_trurl; \
67+
$(INSTALL) -m 0755 $(COMPLETION_FILES) $(DESTDIR)$(ZSH_COMPLETIONSDIR)/_trurl; \
6868
fi)
6969

7070
.PHONY: clean

0 commit comments

Comments
 (0)