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 488c6f7 commit 248a0e2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions config/software/openssl.rb
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit 248a0e2

Please sign in to comment.