Changeset 37837 for trunk/dports


Ignore:
Timestamp:
Jun 25, 2008, 10:16:27 AM (16 years ago)
Author:
ryandesign@…
Message:

CronniX: fix the description of why we're changing the permissions

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/dports/aqua/CronniX/Portfile

    r37834 r37837  
    2828
    2929post-destroot {
    30     # CronniX creates the ${xcode.destroot.path} directory with 700 permissions
    31     # and the directories inside its application bundle with 555 permissions
    32     # which prevents MacPorts from being able to move them from the destroot
    33     # to the install area.
     30    # The directories inside the application bundle get created with
     31    # 555 permissions which prevents MacPorts from being able to copy
     32    # them from the destroot to the install area.
    3433    fs-traverse dir ${destroot} {
    3534        if {[file isdirectory ${dir}]} {
Note: See TracChangeset for help on using the changeset viewer.