aboutsummaryrefslogtreecommitdiffhomepage
path: root/Makefile.in
diff options
context:
space:
mode:
authorGravatar David Adam <zanchey@ucc.gu.uwa.edu.au>2014-10-01 07:01:24 +0800
committerGravatar David Adam <zanchey@ucc.gu.uwa.edu.au>2014-10-01 21:28:01 +0800
commit5157ac30faf8fde5e9ea84977fdf430e01b71f96 (patch)
tree7361cae19db23df9eb5211db794f2bca3b0cc749 /Makefile.in
parent3616dd588949b3c8f5d238c315b43b65439bf119 (diff)
Create and use $DATADIR/vendor_completions.d/ for upstream completions
Closes #1485.
Diffstat (limited to 'Makefile.in')
-rw-r--r--Makefile.in1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile.in b/Makefile.in
index 32a62860..00b5a6c1 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -621,6 +621,7 @@ install-force: all install-translations
$(INSTALL) -m 755 -d $(DESTDIR)$(sysconfdir)/fish
$(INSTALL) -m 755 -d $(DESTDIR)$(datadir)/fish
$(INSTALL) -m 755 -d $(DESTDIR)$(datadir)/fish/completions
+ $(INSTALL) -m 755 -d $(DESTDIR)$(datadir)/fish/vendor_completions.d
$(INSTALL) -m 755 -d $(DESTDIR)$(datadir)/fish/functions
$(INSTALL) -m 755 -d $(DESTDIR)$(datadir)/fish/man/man1
$(INSTALL) -m 755 -d $(DESTDIR)$(datadir)/fish/tools