[99813] trunk/dports/devel/codesearch/Portfile

ryandesign at macports.org ryandesign at macports.org
Sun Nov 18 01:33:28 PST 2012


Revision: 99813
          https://trac.macports.org/changeset/99813
Author:   ryandesign at macports.org
Date:     2012-11-18 01:33:28 -0800 (Sun, 18 Nov 2012)
Log Message:
-----------
codesearch: don't install the LICENSE file with execute permission

Modified Paths:
--------------
    trunk/dports/devel/codesearch/Portfile

Modified: trunk/dports/devel/codesearch/Portfile
===================================================================
--- trunk/dports/devel/codesearch/Portfile	2012-11-18 09:33:06 UTC (rev 99812)
+++ trunk/dports/devel/codesearch/Portfile	2012-11-18 09:33:28 UTC (rev 99813)
@@ -47,7 +47,7 @@
     eval xinstall -W ${worksrcpath} ${progs} ${destroot}${prefix}/bin
 
     xinstall -d ${destroot}${prefix}/share/doc/${name}
-    xinstall ${worksrcpath}/LICENSE \
+    xinstall -m 644 ${worksrcpath}/LICENSE \
         ${destroot}${prefix}/share/doc/${name}/
 }
 
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20121118/007e0ba8/attachment-0001.html>


More information about the macports-changes mailing list