From 01335375ec4b1d8d9b5c2f8af7b560bca09796ce Mon Sep 17 00:00:00 2001 From: Erich Eckner Date: Mon, 2 Sep 2019 11:49:41 +0200 Subject: fix install targets --- Makefile | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 7e7a49f..335b066 100644 --- a/Makefile +++ b/Makefile @@ -43,14 +43,12 @@ all: rotate-keys rotate-keys.service sign-ca sign-ca.service sign-request etc/ca install-ca: install -D -m0755 -t $(DESTDIR)$(BINDIR) sign-ca sign-request - install -D -m0644 -t $(DESTDIR)$(ETCDIR)/simple-pki ca.conf - install -d -m0700 $(DESTDIR)$(ETCDIR)/simple-pki/keys + install -D -m0644 -t $(DESTDIR)$(ETCDIR)/simple-pki etc/ca.conf etc/ca-ssl.conf install -D -m0644 -t $(DESTDIR)$(LIBDIR)/systemd/system sign-ca.service sign-ca.timer install-cb: install -D -m0755 -t $(DESTDIR)$(BINDIR) rotate-keys - install -D -m0644 -t $(DESTDIR)$(ETCDIR)/simple-pki cb.conf - install -d -m0700 $(DESTDIR)$(ETCDIR)/simple-pki/keys + install -D -m0644 -t $(DESTDIR)$(ETCDIR)/simple-pki etc/cb.conf server-ssl.conf install -D -m0644 -t $(DESTDIR)$(LIBDIR)/systemd/system rotate-keys.service rotate-keys.timer clean: -- cgit v1.2.3-54-g00ecf