[37837] trunk/dports/aqua/CronniX/Portfile

ryandesign at macports.org ryandesign at macports.org
Wed Jun 25 03:16:28 PDT 2008


Revision: 37837
          http://trac.macosforge.org/projects/macports/changeset/37837
Author:   ryandesign at macports.org
Date:     2008-06-25 03:16:27 -0700 (Wed, 25 Jun 2008)
Log Message:
-----------
CronniX: fix the description of why we're changing the permissions

Modified Paths:
--------------
    trunk/dports/aqua/CronniX/Portfile

Modified: trunk/dports/aqua/CronniX/Portfile
===================================================================
--- trunk/dports/aqua/CronniX/Portfile	2008-06-25 08:27:09 UTC (rev 37836)
+++ trunk/dports/aqua/CronniX/Portfile	2008-06-25 10:16:27 UTC (rev 37837)
@@ -27,10 +27,9 @@
     rmd160 c1a0eeaecdbf2d54a66518e05058937d825340a1
 
 post-destroot {
-    # CronniX creates the ${xcode.destroot.path} directory with 700 permissions
-    # and the directories inside its application bundle with 555 permissions
-    # which prevents MacPorts from being able to move them from the destroot
-    # to the install area.
+    # The directories inside the application bundle get created with
+    # 555 permissions which prevents MacPorts from being able to copy
+    # them from the destroot to the install area.
     fs-traverse dir ${destroot} {
         if {[file isdirectory ${dir}]} {
             file attributes ${dir} -permissions 0755
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.macosforge.org/pipermail/macports-changes/attachments/20080625/c3a105eb/attachment.htm 


More information about the macports-changes mailing list