diff --git a/lib/motion/project/builder.rb b/lib/motion/project/builder.rb index 54cdfaa5..cf16cce8 100644 --- a/lib/motion/project/builder.rb +++ b/lib/motion/project/builder.rb @@ -234,7 +234,6 @@ EOS dest_path = File.join(bundle_path, res) if !File.exist?(dest_path) or File.mtime(res_path) > File.mtime(dest_path) FileUtils.mkdir_p(File.dirname(dest_path)) -p "copy #{res_path} #{dest_path}" FileUtils.cp(res_path, File.dirname(dest_path)) end end