Adium

Changeset 23871

Show
Ignore:
Timestamp:
06/09/2008 10:44:56 AM (6 months ago)
Author:
evands
Message:

Pass -y to zip when creating an archive to keep symbolic links as such rather than resolving them. Fixes #7110

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/Source/ESFileTransferController.m

    r23304 r23871  
    339339                                @"-r", //we'll want to store recursively 
    340340                                @"-1", //use the fastest level of compression that isn't storage; the user can compress manually to do better 
     341                                @"-y", //store symbolic links as such instead of resolving the link 
    341342                                @"-q", //shhh! 
    342343                                pathToArchive,   //output to our destination name