aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/Makefile
diff options
context:
space:
mode:
authorDavid Adam <zanchey@ucc.gu.uwa.edu.au>2014-12-04 21:07:40 +0800
committerJason A. Donenfeld <Jason@zx2c4.com>2014-12-24 10:13:18 +0100
commit1057be995c9c850a39eb1044a264168be052064e (patch)
treea3b91b4040c62519505a143b4f72eaab8d522b33 /Makefile
parentdarwin: Fix up order of operations. (diff)
downloadpassword-store-1057be995c9c850a39eb1044a264168be052064e.tar.xz
password-store-1057be995c9c850a39eb1044a264168be052064e.zip
fish: install completions in preferred directory
Signed-off-by: David Adam <zanchey@ucc.gu.uwa.edu.au>
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index f877d74..7546fa9 100644
--- a/Makefile
+++ b/Makefile
@@ -8,7 +8,7 @@ PLATFORMFILE := src/platform/$(shell uname | cut -d _ -f 1 | tr '[:upper:]' '[:l
BASHCOMP_PATH ?= $(DESTDIR)$(PREFIX)/share/bash-completion/completions
ZSHCOMP_PATH ?= $(DESTDIR)$(PREFIX)/share/zsh/site-functions
-FISHCOMP_PATH ?= $(DESTDIR)$(PREFIX)/share/fish/completions
+FISHCOMP_PATH ?= $(DESTDIR)$(PREFIX)/share/fish/vendor_completions.d
ifeq ($(FORCE_ALL),1)
FORCE_BASHCOMP := 1