Changeset 17700 for release-kits


Ignore:
Timestamp:
2008-11-05T15:21:29+13:00 (15 years ago)
Author:
oranfry
Message:

set permissions at the right time

File:
1 edited

Legend:

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

    r17663 r17700  
    5353        <chmod dir="${installDir}" includes="*.sh,*.bash" perm="775"/>
    5454        <chmod dir="${installDir}/bin/linux" includes="*" perm="775"/>
    55         <chmod dir="${installDir}/bin/linux/imagemagick" includes="*" perm="775"/>
    5655        <chmod dir="${installDir}/bin" includes="*" perm="775"/>
    5756        <chmod dir="${installDir}/cgi-bin" includes="*" perm="775"/>
     
    152151        <unzip src="${basedir}/imagemagick.comp" dest="${installDir}/bin/linux"/>
    153152        <delete file="imagemagick.comp"/>
     153       
     154        <echo>Setting ImageMagick Binaries to Executable</echo>
     155        <chmod dir="${installDir}/bin/linux/imagemagick/bin" includes="*" perm="775"/>
     156       
    154157    </target>
    155158
Note: See TracChangeset for help on using the changeset viewer.