Changeset 17700
- Timestamp:
- 2008-11-05 15:21:29 (2 months ago)
- Files:
-
- release-kits/lirk2/installer/build.xml (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
release-kits/lirk2/installer/build.xml
r17663 r17700 53 53 <chmod dir="${installDir}" includes="*.sh,*.bash" perm="775"/> 54 54 <chmod dir="${installDir}/bin/linux" includes="*" perm="775"/> 55 <chmod dir="${installDir}/bin/linux/imagemagick" includes="*" perm="775"/>56 55 <chmod dir="${installDir}/bin" includes="*" perm="775"/> 57 56 <chmod dir="${installDir}/cgi-bin" includes="*" perm="775"/> … … 152 151 <unzip src="${basedir}/imagemagick.comp" dest="${installDir}/bin/linux"/> 153 152 <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 154 157 </target> 155 158
