Changeset 17699
- Timestamp:
- 2008-11-05 15:21:15 (2 months ago)
- Files:
-
- release-kits/lirk3/installer/build.xml (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
release-kits/lirk3/installer/build.xml
r17663 r17699 47 47 <chmod dir="${installDir}/bin" includes="*" perm="775"/> 48 48 <chmod dir="${installDir}/gs2build/bin/linux" includes="*" perm="775"/> 49 <chmod dir="${installDir}/gs2build/bin/linux/imagemagick" includes="*" perm="775"/>50 49 <chmod dir="${installDir}/gs2build/bin/script" includes="**/*" perm="775"/> 51 50 <chmod dir="${installDir}/gli" includes="*.sh" perm="775"/> … … 119 118 <unzip src="${basedir}/imagemagick.comp" dest="${installDir}/gs2build/bin/linux"/> 120 119 <delete file="imagemagick.comp"/> 120 <echo>Setting Binaries to Executable</echo> 121 <chmod dir="${installDir}/gs2build/bin/linux/imagemagick/bin" includes="*" perm="775"/> 121 122 </target> 122 123
