From 248a0e2fb6b14576a40b36c169790b4d9a5a2608 Mon Sep 17 00:00:00 2001 From: John Date: Wed, 26 Jun 2024 13:02:12 -0700 Subject: [PATCH] where is the stupid file? It's on disk but where? Signed-off-by: John --- config/software/openssl.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/config/software/openssl.rb b/config/software/openssl.rb index cab3893bb..eed319fd9 100644 --- a/config/software/openssl.rb +++ b/config/software/openssl.rb @@ -160,9 +160,9 @@ end if version.start_with? "1.0" - command "puts '********** finding the dev crypto file ********'" + command "echo '********** finding the dev crypto file ********'" command "find / -name eng_cryptodev.c -type f" - command "puts '********** Done finding the dev crypto file ********'" + command "echo '********** Done finding the dev crypto file ********'" patch source: "openssl-1.0.1f-do-not-build-docs.patch", env: patch_env patch source: "openssl-1.0.2zi-freebsd-nocryptodev.patch", env: patch_env elsif version.start_with? "1.1"