diff options
author | Christian Neukirchen <chneukirchen@gmail.com> | 2016-02-24 21:14:33 +0100 |
---|---|---|
committer | Christian Neukirchen <chneukirchen@gmail.com> | 2016-02-24 21:14:33 +0100 |
commit | 4c6a647a3e4c23bfe195395d3cced30d4b7c3c17 (patch) | |
tree | 79c63d8eea964460095d0116df957af78ff80d71 /Makefile | |
parent | 93cba147e9db2bb87e64fb0018d319ee13c1f7a0 (diff) | |
download | xtools-4c6a647a3e4c23bfe195395d3cced30d4b7c3c17.tar.gz xtools-4c6a647a3e4c23bfe195395d3cced30d4b7c3c17.tar.xz xtools-4c6a647a3e4c23bfe195395d3cced30d4b7c3c17.zip |
Makefile: install completions under $DESTDIR. v0.36
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
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 |