Skip to content

Commit

Permalink
where is the stupid file? It's on disk but where?
Browse files Browse the repository at this point in the history
Signed-off-by: John <[email protected]>
  • Loading branch information
johnmccrae committed Jun 26, 2024
1 parent 248a0e2 commit 7c8ce5a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config/software/openssl.rb
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 7c8ce5a

Please sign in to comment.