From 7232d37525a71be626c95b3858e5590601ce0193 Mon Sep 17 00:00:00 2001 From: Your Name Date: Wed, 19 May 2021 11:15:22 -0400 Subject: Fixed error in makefile --- Makefile | 1 + 1 file changed, 1 insertion(+) (limited to 'Makefile') 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 -- cgit v1.2.3