URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=5b6252654f173a79e5f4c31f9d584cc3870df1da
Submitter: Guy Harris (guy@xxxxxxxxxxxx)
Changed: branch: master
Repository: wireshark
Commits:
5b62526 by Guy Harris (guy@xxxxxxxxxxxx):
    OK, try cmake -E copy.
    
    It didn't fail with cp, so maybe that's just random luck, or maybe the
    built-in copy functions have an issue, or maybe just copy_if_different
    has an issue (64-bit inode number issues?).  Try just copy, and see what
    happens.
    
    Change-Id: I84abf3846af9305c19ad4a78d5c9df31b1e1e61e
    Reviewed-on: https://code.wireshark.org/review/6961
    Reviewed-by: Guy Harris <guy@xxxxxxxxxxxx>
    
Actions performed:
    from  a2e48c6   On OS X, temporarily use cp to install some files.
    adds  5b62526   OK, try cmake -E copy.
Summary of changes:
 CMakeLists.txt |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)