diff options
author | Erich Eckner <git@eckner.net> | 2016-12-11 16:26:11 +0100 |
---|---|---|
committer | Erich Eckner <git@eckner.net> | 2016-12-11 16:26:11 +0100 |
commit | f4012ec67c226c359e8452cd52f1f75130d9c2e5 (patch) | |
tree | ef79dea6dd5294c62625273994ca934e0411c3d1 | |
parent | a6ec5b6bb492fc69c2dbb6d5c6a30a166290fe95 (diff) | |
download | bash-completion-extras-f4012ec67c226c359e8452cd52f1f75130d9c2e5.tar.xz |
find destination directory automatically
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -20,7 +20,7 @@ # DESTDIR = -COMPDIR = /usr/share/bash-completion/completions +COMPDIR = $(shell pkg-config --variable=completionsdir bash-completion) VERSION = 0.0 |