From 7c8ce5a17bbb52dcae24724cea07a85cf30b013b Mon Sep 17 00:00:00 2001 From: John Date: Wed, 26 Jun 2024 13:20:07 -0700 Subject: [PATCH] where is the stupid file? It's on disk but where? Signed-off-by: John --- config/software/openssl.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/software/openssl.rb b/config/software/openssl.rb index eed319fd9..bc6cd088c 100644 --- a/config/software/openssl.rb +++ b/config/software/openssl.rb @@ -161,7 +161,7 @@ if version.start_with? "1.0" command "echo '********** finding the dev crypto file ********'" - command "find / -name eng_cryptodev.c -type f" + command "sudo find / -name eng_cryptodev.c -type f" 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