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
6 6 7 7 name gettext 8 8 version 0.18.1.1 9 revision 1 9 10 categories devel 10 11 maintainers ryandesign 11 12 license GPLv3 … … 57 58 if {[file exists ${destroot}${prefix}/share/locale/locale.alias]} { 58 59 delete ${destroot}${prefix}/share/locale/locale.alias 59 60 } 60 xinstall - W ${worksrcpath} \61 xinstall -m 644 -W ${worksrcpath} \ 61 62 AUTHORS \ 62 63 COPYING \ 63 64 ChangeLog \