aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorYour Name <you@example.com>2021-05-19 11:20:30 -0400
committerYour Name <you@example.com>2021-05-19 11:20:30 -0400
commit41e9b6128ed8588c01d2aa2fb7d71af81709873e (patch)
treea6f6fdf16f76ea90628e79c4bbda57d545a421a4
parent7232d37525a71be626c95b3858e5590601ce0193 (diff)
downloadlibbible-1.0.0.tar.gz (sig)
libbible-1.0.0.tar.bz2 (sig)
libbible-1.0.0.zip (sig)
Fixed name of bash completion on installationv1.0.0
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index d235e38..3189adc 100644
--- a/Makefile
+++ b/Makefile
@@ -20,7 +20,7 @@ install: $(LIBRARY) $(EXECUTABLE)
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`
+ install -m 644 bible.bash $(DESTDIR)`pkg-config --variable=completionsdir bash-completion`/$(EXECUTABLE)
test: $(OBJECTS) testLibbible.o
$(CC) $(OBJECTS) testLibbible.o -o $@ $(LDFLAGS) `pkg-config $(LIBS) --libs` -lcppunit