Changeset 17716 for release-kits/mark2


Ignore:
Timestamp:
2008-11-05T16:55:49+13:00 (15 years ago)
Author:
max
Message:

Changing the permissions of the right folders at the right time.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • release-kits/mark2/installer/build.xml

    r17710 r17716  
    135135        <unzip src="${basedir}/imagemagick.comp" dest="${installDir}/bin/darwin" />
    136136        <delete file="imagemagick.comp"/>
    137         <chmod dir="${installDir}/bin/darwin/imagemagick" includes="*" perm="775"/>
     137        <chmod dir="${installDir}/bin/darwin/imagemagick/bin" includes="*" perm="775"/>
    138138    </target>
    139139
     
    146146        <unzip src="${basedir}/ghostscript.comp" dest="${installDir}/bin/darwin" />
    147147        <delete file="ghostscript.comp"/>
    148         <chmod dir="${installDir}/bin/darwin/ghostscript" includes="*" perm="775"/>
     148        <chmod dir="${installDir}/bin/darwin/ghostscript/bin" includes="*" perm="775"/>
    149149    </target>
    150150
Note: See TracChangeset for help on using the changeset viewer.