Ticket #25661: patch-curl-ca-bundle-perms.diff
File patch-curl-ca-bundle-perms.diff, 641 bytes (added by raimue (Rainer Müller), 14 years ago) |
---|
-
Users/raim/src/macports/trunk/dports/net/curl-ca-bundle/Portfile
72 72 destroot { 73 73 set ca_bundle_dir ${destroot}${prefix}/share/curl 74 74 xinstall -d ${ca_bundle_dir} 75 xinstall ${worksrcpath}/lib/ca-bundle.crt ${ca_bundle_dir}/curl-ca-bundle.crt75 xinstall -m 644 ${worksrcpath}/lib/ca-bundle.crt ${ca_bundle_dir}/curl-ca-bundle.crt 76 76 } 77 77 78 78 livecheck.type regex