Skip to content

Commit

Permalink
components/openjdk: fixed cacerts file
Browse files Browse the repository at this point in the history
  • Loading branch information
itsManjeet committed Jun 8, 2024
1 parent e892299 commit e968e04
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion elements/components/openjdk.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ script: |
--with-version-build="%{version:1}" \
--with-version-pre="" \
--with-version-opt="" \
--with-cacerts-file=%{sysconfdir}/ssl/certs.pem
--with-cacerts-file=%{sysconfdir}/ssl/certs/java/cacerts
unset MAKEFLAGS
make LOG=warn JOBS=$(nproc) images
Expand Down

0 comments on commit e968e04

Please sign in to comment.