summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorJustus Winter <justus@sequoia-pgp.org>2018-06-20 13:12:12 +0200
committerJustus Winter <justus@sequoia-pgp.org>2018-06-20 13:12:12 +0200
commit9da86d3be7d9ad0c87b95a20eaacfb7835a7a7ee (patch)
treeb9aadc3d45f53324c61c19a861a57b9a61f7dc10 /Makefile
parent548d6cf5615473b6b7a34c23d0715868009c021c (diff)
store: Rename the key store binary and rendezvous point.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index bac73bbf..93a7bb19 100644
--- a/Makefile
+++ b/Makefile
@@ -66,7 +66,7 @@ build-release:
.PHONY: install
install: build-release
$(INSTALL) -d $(DESTDIR)$(PREFIX)/lib/sequoia
- $(INSTALL) -t $(DESTDIR)$(PREFIX)/lib/sequoia target/release/keystore
+ $(INSTALL) -t $(DESTDIR)$(PREFIX)/lib/sequoia target/release/sequoia-public-key-store
$(INSTALL) -d $(DESTDIR)$(PREFIX)/bin
$(INSTALL) -t $(DESTDIR)$(PREFIX)/bin target/release/sq target/release/sqv
$(MAKE) -Cffi install