mirror of
https://gitlab.redox-os.org/redox-os/redox.git
synced 2026-06-21 20:34:17 +08:00
Fix ca-certificates install location
This commit is contained in:
parent
151ee09b8b
commit
f6baea67ce
@ -9,5 +9,6 @@ curl \
|
||||
--time-cond certdata.txt \
|
||||
https://hg.mozilla.org/releases/mozilla-release/raw-file/default/security/nss/lib/ckfw/builtins/certdata.txt
|
||||
"${COOKBOOK_SOURCE}/make-ca.sh" -D "${COOKBOOK_BUILD}"
|
||||
cp -rv "${COOKBOOK_BUILD}/etc/ssl/certs" "${COOKBOOK_STAGE}/ssl"
|
||||
mkdir -pv "${COOKBOOK_STAGE}/ssl"
|
||||
cp -rv "${COOKBOOK_BUILD}/etc/ssl/certs" "${COOKBOOK_STAGE}/ssl/certs"
|
||||
"""
|
||||
|
||||
Loading…
Reference in New Issue
Block a user