diff options
author | Daniel Friesel <derf@derf.homelinux.org> | 2009-07-02 23:24:05 +0200 |
---|---|---|
committer | Daniel Friesel <derf@derf.homelinux.org> | 2009-07-02 23:24:05 +0200 |
commit | fdbcd3937ed6ec40cc6e8336a2e3396540296e57 (patch) | |
tree | 189dc829b22289c453b155d5b96d37ca3b5547d5 /Makefile | |
parent | fbb52c53dea0aff7ba059edc648192a9febd8b13 (diff) |
Makefile: install-completion: Use the proper zsh directory
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -8,7 +8,7 @@ install: install-completion: install -m 644 provides/zsh/completions/_apt-why \ - /usr/share/zsh/functions/Completion/Debian + /usr/local/share/zsh/site-functions clean: $(RM) -r build |