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

     
    7272destroot {
    7373    set ca_bundle_dir ${destroot}${prefix}/share/curl
    7474    xinstall -d ${ca_bundle_dir}
    75     xinstall ${worksrcpath}/lib/ca-bundle.crt ${ca_bundle_dir}/curl-ca-bundle.crt
     75    xinstall -m 644 ${worksrcpath}/lib/ca-bundle.crt ${ca_bundle_dir}/curl-ca-bundle.crt
    7676}
    7777
    7878livecheck.type          regex