Ignore:
Timestamp:
2019-04-03T18:44:19+13:00 (5 years ago)
Author:
sjm84
Message:

Related to commit 32971. No longer grabbing prebuilt 32 bit wvWare. We now use the one release-kit was already locally building, now that the libpng dependency is resolved. So 64 bit wvWare binary on 64 bit linux and 32 bit on 32 bit linux.

File:
1 edited

Legend:

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

    r32741 r32975  
    112112        <!-- if linux -->
    113113        <chmod dir="${installDir}/gs2build/bin/linux" includes="*" perm="775"/>
    114         <chmod dir="${installDir}/gs2build/bin/linux/wv/bin" includes="*" perm="775"/>
     114        <!-- No longer grabbing prebuilt 32 bit wvWare. We now use the one release-kit was already locally building,
     115             now that the libpng dependency is resolved. So 64 bit wvWare binary on 64 bit linux and 32 bit on 32 bit linux. -->
     116        <!--<chmod dir="${installDir}/gs2build/bin/linux/wv/bin" includes="*" perm="775"/>-->
    115117        <chmod dir="${installDir}/gs2build/bin/linux/xpdf-tools/bin" includes="*" perm="775"/>
    116118        <chmod dir="${installDir}/bin/linux" includes="*" perm="775"/>
Note: See TracChangeset for help on using the changeset viewer.