Wireshark-commits: [Wireshark-commits] master a2e48c6: On OS X, temporarily use cp to install some

From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Wed, 4 Feb 2015 23:57:08 +0000 (UTC)
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=a2e48c64e7be2f60fe171bbaf50b78a1f2352f63
Submitter: Guy Harris (guy@xxxxxxxxxxxx)
Changed: branch: master
Repository: wireshark

Commits:

a2e48c6 by Guy Harris (guy@xxxxxxxxxxxx):

    On OS X, temporarily use cp to install some files.
    
    The 32-bit OS X build is failing rather often due to cmake -E
    copy_if_different failing to copy wireshark.html, and to call cmake's
    copy functions completely crappy at reporting errors is to insult
    software that's merely completely crappy at reporting errors.  Try using
    cp in the hopes that it'll actually tell us *WHY* the copy is failing
    and see if we can fix it.
    
    Change-Id: I723150c52c2ec0fe704d54191ef27fb6caf47fba
    Reviewed-on: https://code.wireshark.org/review/6960
    Reviewed-by: Guy Harris <guy@xxxxxxxxxxxx>
    

Actions performed:

    from  86d24b0   LPP: upgrade dissector to v12.3.0
    adds  a2e48c6   On OS X, temporarily use cp to install some files.


Summary of changes:
 CMakeLists.txt |    9 +++++++++
 1 file changed, 9 insertions(+)