Ticket #25661: patch-tsocks-perms.diff

File patch-tsocks-perms.diff, 1.1 KB (added by raimue (Rainer Müller), 14 years ago)
  • Users/raim/src/macports/trunk/dports/net/tsocks/Portfile

     
    3838
    3939post-destroot {
    4040        xinstall -m 755 -d ${destroot}${prefix}/etc
    41         xinstall -m 755 ${worksrcpath}/tsocks.conf.simple.example ${destroot}${prefix}/etc/tsocks.conf.sample
     41        xinstall -m 644 ${worksrcpath}/tsocks.conf.simple.example ${destroot}${prefix}/etc/tsocks.conf.sample
    4242
    4343        xinstall -m 755 -d ${destroot}${prefix}/share/examples/tsocks
    44         eval xinstall -m 755 [glob ${worksrcpath}/*.example] ${destroot}${prefix}/share/examples/tsocks
     44        eval xinstall -m 644 [glob ${worksrcpath}/*.example] ${destroot}${prefix}/share/examples/tsocks
    4545
    4646        xinstall -m 755 -d ${destroot}${prefix}/share/doc/tsocks
    4747        foreach doc { COPYING ChangeLog FAQ INSTALL TODO } {
    48                 xinstall -m 755 ${worksrcpath}/${doc} ${destroot}${prefix}/share/doc/tsocks/${doc}
     48                xinstall -m 644 ${worksrcpath}/${doc} ${destroot}${prefix}/share/doc/tsocks/${doc}
    4949}
    5050}
    5151