Changeset 32382 for main/trunk


Ignore:
Timestamp:
2018-08-29T20:22:59+12:00 (6 years ago)
Author:
sjm84
Message:

It's not enough that openssl is copied to GS3/bin/linux with exec permissions. Release-kit needs to ensure during installation that installer will set openssl bins to exec too.

File:
1 edited

Legend:

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

    r32328 r32382  
    115115        <chmod dir="${installDir}/gs2build/bin/linux/xpdf-tools/bin" includes="*" perm="775"/>
    116116        <chmod dir="${installDir}/bin/linux" includes="*" perm="775"/>
     117        <chmod dir="${installDir}/bin/linux/openssl/bin" includes="*" perm="775"/>
    117118        <!-- /if -->
    118119        <!-- if mac -->
    119120        <chmod dir="${installDir}/gs2build/bin/darwin" includes="**/*" excludes="ghostscript/** imagemagick/**" perm="775"/>
    120121        <chmod dir="${installDir}/bin/darwin" includes="*" perm="775"/>
     122        <chmod dir="${installDir}/bin/darwin/bin/openssl" includes="*" perm="775"/>
    121123        <!-- /if -->
    122124        <chmod dir="${installDir}/gs2build/bin/script" includes="**/*" perm="775"/>
Note: See TracChangeset for help on using the changeset viewer.