diff --git a/Rakefile b/Rakefile index 2b846e966..86d9f979b 100644 --- a/Rakefile +++ b/Rakefile @@ -42,7 +42,7 @@ task :install => [:clean, :build] do # Install Atom.app dest_path = "/Applications/#{File.basename(path)}" `rm -rf #{dest_path}` - `cp -r #{path} #{File.expand_path(dest_path)}` + `cp -a #{path} #{File.expand_path(dest_path)}` # Install atom cli if File.directory?("/opt/boxen")