diff options
author | Erich Eckner <git@eckner.net> | 2019-09-02 12:18:57 +0200 |
---|---|---|
committer | Erich Eckner <git@eckner.net> | 2019-09-02 12:18:57 +0200 |
commit | 69d1ec7d8de2d4926b55f44279a41ba7e086be30 (patch) | |
tree | 0be4e9e33d932e3c78c6c2b7a9c9b654a2a7f3e5 /Makefile | |
parent | 7f1b8111c4154267dbe8ee5205c6f69ad721f5c8 (diff) | |
download | simple-pki-69d1ec7d8de2d4926b55f44279a41ba7e086be30.tar.xz |
Makefile: install-cb should install the cb directory, too
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -59,6 +59,7 @@ install-ca: install-cb: install -D -m0755 -t $(DESTDIR)$(BINDIR) rotate-keys install -D -m0644 -t $(DESTDIR)$(ETCDIR)/simple-pki etc/cb.conf server-ssl.conf + install -d -m0700 -o http -g http -t $(DESTDIR)$(ETCDIR)/simple-pki/cb install -D -m0644 -t $(DESTDIR)$(LIBDIR)/systemd/system rotate-keys.service rotate-keys.timer clean: |