Commit 4b78261c authored by Rafael Monnerat's avatar Rafael Monnerat

openssl: Force creation of the link

parent 443eeadc
...@@ -40,7 +40,7 @@ make-targets = ...@@ -40,7 +40,7 @@ make-targets =
-j1 install_sw install_ssldirs && -j1 install_sw install_ssldirs &&
rm -f ${:certs}/* && rm -f ${:certs}/* &&
for i in ${ca-certificates:location}/certs/*/*.crt; do for i in ${ca-certificates:location}/certs/*/*.crt; do
ln -sv $i ${:certs}/`${:location}/bin/openssl x509 -hash -noout -in $i`.0 ln -sfv $i ${:certs}/`${:location}/bin/openssl x509 -hash -noout -in $i`.0
; done ; done
environment = environment =
PERL=${perl:location}/bin/perl PERL=${perl:location}/bin/perl
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment