From 4c6a647a3e4c23bfe195395d3cced30d4b7c3c17 Mon Sep 17 00:00:00 2001 From: Christian Neukirchen Date: Wed, 24 Feb 2016 21:14:33 +0100 Subject: Makefile: install completions under $DESTDIR. --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index e8058b0..d9381f5 100644 --- a/Makefile +++ b/Makefile @@ -5,5 +5,5 @@ all: install: for f in x*[^~]; do install -Dm0755 $$f $(DESTDIR)$(PREFIX)/bin/$$f; done - install -Dm644 _xtools /usr/share/zsh/site-functions/_xtools + install -Dm644 _xtools $(DESTDIR)/$(PREFIX)/share/zsh/site-functions/_xtools -- cgit 1.4.1