Changeset 17699 for release-kits


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

set permissions at the right time

File:
1 edited

Legend:

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

    r17663 r17699  
    4747        <chmod dir="${installDir}/bin" includes="*" perm="775"/>
    4848        <chmod dir="${installDir}/gs2build/bin/linux" includes="*" perm="775"/>
    49         <chmod dir="${installDir}/gs2build/bin/linux/imagemagick" includes="*" perm="775"/>
    5049        <chmod dir="${installDir}/gs2build/bin/script" includes="**/*" perm="775"/>
    5150        <chmod dir="${installDir}/gli" includes="*.sh" perm="775"/>
     
    119118        <unzip src="${basedir}/imagemagick.comp" dest="${installDir}/gs2build/bin/linux"/>
    120119        <delete file="imagemagick.comp"/>
     120        <echo>Setting Binaries to Executable</echo>
     121        <chmod dir="${installDir}/gs2build/bin/linux/imagemagick/bin" includes="*" perm="775"/>
    121122    </target>
    122123
Note: See TracChangeset for help on using the changeset viewer.