diff --git a/Rakefile b/Rakefile index 6b5ad951c..f84042246 100644 --- a/Rakefile +++ b/Rakefile @@ -17,7 +17,7 @@ end desc "Create the Atom.app for distribution" task :package => :build do if path = application_path() - FileUtils.rm_r "pkg" + FileUtils.rm_rf "pkg" FileUtils.mkdir_p "pkg" FileUtils.cp_r path, "pkg/" `cd pkg && zip -r atom.zip .`