master
/ miniconda3 / pkgs / ca-certificates-2023.05.30-h06a4308_0 / info / recipe / build.sh

build.sh @a663dc1 raw · history · blame

1
2
3
4
5
6
7
8
#!/bin/bash

# Create the directory to hold the certificates.
mkdir -p "${PREFIX}/ssl"

# Move the certificates.
mv cacert.pem ${PREFIX}/ssl/cacert.pem
ln -fs "${PREFIX}/ssl/cacert.pem" "${PREFIX}/ssl/cert.pem"