Changeset 32495


Ignore:
Timestamp:
2018-09-26T20:10:44+12:00 (6 years ago)
Author:
ak19
Message:

Correcting path to openssl on darwin

File:
1 edited

Legend:

Unmodified
Added
Removed
  • main/trunk/release-kits/kits/rk3/installer/build.xml

    r32382 r32495  
    120120        <chmod dir="${installDir}/gs2build/bin/darwin" includes="**/*" excludes="ghostscript/** imagemagick/**" perm="775"/>
    121121        <chmod dir="${installDir}/bin/darwin" includes="*" perm="775"/>
    122         <chmod dir="${installDir}/bin/darwin/bin/openssl" includes="*" perm="775"/>
     122        <chmod dir="${installDir}/bin/darwin/openssl/bin" includes="*" perm="775"/>
    123123        <!-- /if -->
    124124        <chmod dir="${installDir}/gs2build/bin/script" includes="**/*" perm="775"/>
Note: See TracChangeset for help on using the changeset viewer.