From 41e9b6128ed8588c01d2aa2fb7d71af81709873e Mon Sep 17 00:00:00 2001 From: Your Name Date: Wed, 19 May 2021 11:20:30 -0400 Subject: Fixed name of bash completion on installation --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile') 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 -- cgit v1.2.3