Changeset 32304 for main


Ignore:
Timestamp:
2018-07-26T20:07:16+12:00 (6 years ago)
Author:
sjm84
Message:

When Kathy had a look at the new PDFv2Plugin with a linux GS3 nightly binary, she found her binary installation did not have execute permissions on the new xpdf-tools executables. So now the linux installer adds execute permissions to xpdf-tools/bin. In GS2, this was not a problem (tested a linux GS2 binary.) Still trying to generate the darwin binary on Lion, to test whether this is necessary or whether it already makes xpdf-tools binaries executable (going by the installer code, that looks to be the case, but would like some confirmation).

File:
1 edited

Legend:

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

    r30138 r32304  
    113113        <chmod dir="${installDir}/gs2build/bin/linux" includes="*" perm="775"/>
    114114        <chmod dir="${installDir}/gs2build/bin/linux/wv/bin" includes="*" perm="775"/>
     115        <chmod dir="${installDir}/gs2build/bin/linux/xpdf-tools/bin" includes="*" perm="775"/>
    115116        <chmod dir="${installDir}/bin/linux" includes="*" perm="775"/>
    116117        <!-- /if -->
Note: See TracChangeset for help on using the changeset viewer.