Ticket #25661: patch-gettext-perms.diff

File patch-gettext-perms.diff, 803 bytes (added by raimue (Rainer Müller), 14 years ago)
  • Users/raim/src/macports/trunk/dports/devel/gettext/Portfile

     
    66
    77name                    gettext
    88version                 0.18.1.1
     9revision                1
    910categories              devel
    1011maintainers             ryandesign
    1112license                 GPLv3
     
    5758    if {[file exists ${destroot}${prefix}/share/locale/locale.alias]} {
    5859        delete ${destroot}${prefix}/share/locale/locale.alias
    5960    }
    60     xinstall -W ${worksrcpath} \
     61    xinstall -m 644 -W ${worksrcpath} \
    6162        AUTHORS \
    6263        COPYING \
    6364        ChangeLog \