Skip to content

Commit

Permalink
Fix AIX openssl patch
Browse files Browse the repository at this point in the history
  • Loading branch information
hush-hush committed Feb 13, 2020
1 parent de280d2 commit a358d41
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 @@ -120,7 +120,7 @@

patch_env = env.dup
patch_env["PATH"] = "/opt/freeware/bin:#{env["PATH"]}"
patch source: patch_file, env: patch_env
patch source: "openssl-1.0.1f-do-not-build-docs.patch", env: patch_env
else
patch source: "openssl-1.0.1f-do-not-build-docs.patch", env: env
end
Expand Down

0 comments on commit a358d41

Please sign in to comment.