diff options
author | Your Name <you@example.com> | 2021-05-19 11:15:22 -0400 |
---|---|---|
committer | Your Name <you@example.com> | 2021-05-19 11:15:22 -0400 |
commit | 7232d37525a71be626c95b3858e5590601ce0193 (patch) | |
tree | 660146ef246b768268ef1b1d111cf8978f400482 | |
parent | d0827f9048f8be529e97b921a8075e10502969be (diff) | |
download | libbible-7232d37525a71be626c95b3858e5590601ce0193.tar.gz libbible-7232d37525a71be626c95b3858e5590601ce0193.tar.bz2 libbible-7232d37525a71be626c95b3858e5590601ce0193.zip |
Fixed error in makefile
-rw-r--r-- | Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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 |