diff options
| -rw-r--r-- | recipes-containers/singularity/singularity_git.bb | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/recipes-containers/singularity/singularity_git.bb b/recipes-containers/singularity/singularity_git.bb index 6fee8f35..e50052c2 100644 --- a/recipes-containers/singularity/singularity_git.bb +++ b/recipes-containers/singularity/singularity_git.bb | |||
| @@ -30,6 +30,6 @@ pkg_postinst_${PN}() { | |||
| 30 | 30 | ||
| 31 | # python3 expects CA certificates to be installed in a different place to where | 31 | # python3 expects CA certificates to be installed in a different place to where |
| 32 | # they are actually installed. These lines link the two locations. | 32 | # they are actually installed. These lines link the two locations. |
| 33 | rm -r $D${libdir}/ssl-1.1/certs | 33 | rm -r $D${libdir}/ssl/certs |
| 34 | ln -sr $D${sysconfdir}/ssl/certs $D${libdir}/ssl-1.1 | 34 | ln -sr $D${sysconfdir}/ssl/certs $D${libdir}/ssl |
| 35 | } | 35 | } |
