[128102] trunk/dports/science/vbpp/Portfile

ryandesign at macports.org ryandesign at macports.org
Thu Nov 13 01:20:35 PST 2014


Revision: 128102
          https://trac.macports.org/changeset/128102
Author:   ryandesign at macports.org
Date:     2014-11-13 01:20:35 -0800 (Thu, 13 Nov 2014)
Log Message:
-----------
vbpp: do not create directories called "755"

Modified Paths:
--------------
    trunk/dports/science/vbpp/Portfile

Modified: trunk/dports/science/vbpp/Portfile
===================================================================
--- trunk/dports/science/vbpp/Portfile	2014-11-13 09:19:56 UTC (rev 128101)
+++ trunk/dports/science/vbpp/Portfile	2014-11-13 09:20:35 UTC (rev 128102)
@@ -22,8 +22,8 @@
 use_parallel_build  no
 
 post-destroot {
-    xinstall -d 755 ${destroot}${prefix}/share/doc/${name}
-    xinstall -d 755 ${destroot}${prefix}/share/examples/${name}
+    xinstall -d -m 755 ${destroot}${prefix}/share/doc/${name}
+    xinstall -d -m 755 ${destroot}${prefix}/share/examples/${name}
 
     xinstall -m 444 -W ${worksrcpath} AUTHORS COPYING NEWS README ChangeLog \
         ${destroot}${prefix}/share/doc/${name}
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20141113/a516b53c/attachment.html>


More information about the macports-changes mailing list