greenstone.org greenstone wiki greenstone trac planet greenstone

Changeset 17699

Show
Ignore:
Timestamp:
2008-11-05 15:21:15 (2 months ago)
Author:
oranfry
Message:

set permissions at the right time

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • 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