aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 9d4e91a..d235e38 100644
--- a/Makefile
+++ b/Makefile
@@ -19,6 +19,7 @@ install: $(LIBRARY) $(EXECUTABLE)
install -m 644 libbible.h $(DESTDIR)$(PREFIX)/include/
install -d $(DESTDIR)$(PREFIX)/bin/
install -m 755 bible $(DESTDIR)$(PREFIX)/bin/
+ install -d $(DESTDIR)`pkg-config --variable=completionsdir bash-completion`
install -m 644 bible.bash $(DESTDIR)`pkg-config --variable=completionsdir bash-completion`
test: $(OBJECTS) testLibbible.o