We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 04b1b83 commit e73be48Copy full SHA for e73be48
Makefile.in
@@ -592,11 +592,11 @@ install-force: all install-translations
592
$(INSTALL) -m 755 -d $(DESTDIR)$(datadir)/fish/tools/web_config/sample_prompts
593
$(INSTALL) -m 644 etc/config.fish $(DESTDIR)$(sysconfdir)/fish/
594
$(INSTALL) -m 644 share/config.fish $(DESTDIR)$(datadir)/fish/
595
- for i in $(COMPLETIONS_DIR_FILES); do \
+ for i in $(COMPLETIONS_DIR_FILES:%='%'); do \
596
$(INSTALL) -m 644 $$i $(DESTDIR)$(datadir)/fish/completions/; \
597
true; \
598
done;
599
- for i in $(FUNCTIONS_DIR_FILES); do \
+ for i in $(FUNCTIONS_DIR_FILES:%='%'); do \
600
$(INSTALL) -m 644 $$i $(DESTDIR)$(datadir)/fish/functions/; \
601
602
0 commit comments