aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorYour Name <you@example.com>2021-05-19 11:15:22 -0400
committerYour Name <you@example.com>2021-05-19 11:15:22 -0400
commit7232d37525a71be626c95b3858e5590601ce0193 (patch)
tree660146ef246b768268ef1b1d111cf8978f400482
parentd0827f9048f8be529e97b921a8075e10502969be (diff)
downloadlibbible-7232d37525a71be626c95b3858e5590601ce0193.tar.gz
libbible-7232d37525a71be626c95b3858e5590601ce0193.tar.bz2
libbible-7232d37525a71be626c95b3858e5590601ce0193.zip
Fixed error in 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