[Cryptech-Commits] [user/sra/alpha-releng/omnibus] 01/02: Don't try to install the RPC daemon we're not building this week.

git at cryptech.is git at cryptech.is
Thu Jul 7 23:36:32 UTC 2016


This is an automated email from the git hooks/post-receive script.

sra at hactrn.net pushed a commit to branch master
in repository user/sra/alpha-releng/omnibus.

commit 1273549387a1c18fbfd0ee5d836ab6ac1421b511
Author: Rob Austein <sra at hactrn.net>
AuthorDate: Thu Jul 7 18:57:46 2016 -0400

    Don't try to install the RPC daemon we're not building this week.
---
 source/Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/source/Makefile b/source/Makefile
index 3ffbb53..a6472d5 100644
--- a/source/Makefile
+++ b/source/Makefile
@@ -21,7 +21,7 @@ install: all
 	install -D -m 644 sw/pkcs11/libpkcs11.so		${DESTDIR}/usr/lib/libpkcs11.so
 	ln	-s	            libpkcs11.so		${DESTDIR}/usr/lib/libpkcs11.so.0
 	install -D	  sw/pkcs11/p11util			${DESTDIR}/usr/sbin/p11util
-	install -D	  sw/pkcs11/libhal/cryptech_rpcd	${DESTDIR}/usr/sbin/cryptech_rpcd
+#	install -D	  sw/pkcs11/libhal/cryptech_rpcd	${DESTDIR}/usr/sbin/cryptech_rpcd
 	install -D	  sw/stm32/projects/hsm/cryptech_upload ${DESTDIR}/usr/sbin/cryptech_upload
 	install -D	  sw/stm32/projects/hsm/cryptech_probe  ${DESTDIR}/usr/sbin/cryptech_probe
 



More information about the Commits mailing list