Changeset 17715


Ignore:
Timestamp:
2008-11-05T16:55:28+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/mark3/installer/build.xml

    r17711 r17715  
    154154                <unzip src="${basedir}/imagemagick.comp" dest="${installDir}/gs2build/bin/darwin" />
    155155                <delete file="imagemagick.comp"/>
    156                 <chmod dir="${installDir}/gs2build/bin/darwin/imagemagick" includes="*" perm="775"/>
     156                <chmod dir="${installDir}/gs2build/bin/darwin/imagemagick/bin" includes="*" perm="775"/>
    157157        </target>
    158158       
     
    165165                <unzip src="${basedir}/ghostscript.comp" dest="${installDir}/gs2build/bin/darwin" />
    166166                <delete file="ghostscript.comp"/>
    167                 <chmod dir="${installDir}/gs2build/bin/darwin/ghostscript" includes="*" perm="775"/>
     167                <chmod dir="${installDir}/gs2build/bin/darwin/ghostscript/bin" includes="*" perm="775"/>
    168168        </target>
    169169
Note: See TracChangeset for help on using the changeset viewer.