Changed default name of anchors list to use md5sums extension

Added copy-trust-modifcations script for use by p11-kit
This commit is contained in:
DJ Lucas
2019-01-01 20:00:04 -06:00
parent 7e305de608
commit 30fc33d7fe
5 changed files with 47 additions and 2 deletions

View File

@@ -1,6 +1,7 @@
MANDIR=/usr/share/man
SBINDIR=/usr/sbin
ETCDIR=/etc
LIBEXECDIR=/usr/libexec/make-ca
all: make_ca man
@@ -25,6 +26,8 @@ install: all install_bin install_man install_systemd install_conf
install_bin:
install -vdm755 $(DESTDIR)$(SBINDIR)
install -vm755 make-ca $(DESTDIR)$(SBINDIR)
install -vdm755 $(DESTDIR)$(LIBEXECDIR)
install -vm700 copy-trust-modifications $(DESTDIR)$(LIBEXECDIR)
install_systemd:
if test -d /usr/lib/systemd/system; then \