Changes between Version 1 and Version 2 of Ticket #43512, comment 7


Ignore:
Timestamp:
Apr 30, 2014, 8:21:36 AM (10 years ago)
Author:
ryandesign (Ryan Carsten Schmidt)
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #43512, comment 7

    v1 v2  
    11Replying to [comment:6 starkhalo@…]:
    22> I thought `certsync` did provide ${prefix}/etc because of
    3 >  ln -s ${prefix}/etc/openssl/cert.pem ${destroot}${prefix}/share/curl/curl-ca-bundle.crt
    4 > at http://trac.macports.org/browser/trunk/dports/security/certsync/Portfile#L70
     3> {{{
     4> ln -s ${prefix}/etc/openssl/cert.pem ${destroot}${prefix}/share/curl/curl-ca-bundle.crt
     5> }}}
     6> at browser:trunk/dports/security/certsync/Portfile#L70
    57
    68As you can see it's the opposite, that line is creating a symlink located in ${prefix}/share/curl and pointing to ${prefix}/etc/openssl/cert.pem even if the latter doesn't exist.