ports/ca-certificates: Add symlink to /etc/ssl/cert.pem

Some ports try to use this file
This commit is contained in:
2025-04-22 01:44:02 +03:00
parent f467a9a309
commit 2632507980

View File

@@ -15,4 +15,5 @@ build() {
install() {
mkdir -p "$BANAN_SYSROOT/etc/ssl/certs"
cp -v "../cacert-$VERSION.pem" "$BANAN_SYSROOT/etc/ssl/certs/ca-certificates.crt"
ln -svf "certs/ca-certificates.crt" "$BANAN_SYSROOT/etc/ssl/cert.pem"
}