From f4012ec67c226c359e8452cd52f1f75130d9c2e5 Mon Sep 17 00:00:00 2001 From: Erich Eckner Date: Sun, 11 Dec 2016 16:26:11 +0100 Subject: find destination directory automatically --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index afd30cb..6c985ce 100644 --- a/Makefile +++ b/Makefile @@ -20,7 +20,7 @@ # DESTDIR = -COMPDIR = /usr/share/bash-completion/completions +COMPDIR = $(shell pkg-config --variable=completionsdir bash-completion) VERSION = 0.0 -- cgit v1.2.3