Joined March 2014
·

Chris

bluefuton
·
London, UK
·
·

It looks like GNU tar is not included with OS X Mavericks. To work around this, we've been checking whether /usr/bin/gnutar exists rather than checking the operating system name:

set :gnu_tar_path, "/usr/bin/gnutar"
set :copy_local_tar, gnu_tar_path if File.exist?(gnu_tar_path)
Achievements
49 Karma
0 Total ProTip Views
Interests & Skills