lib/marv/project/actions.rb in marv-0.4.0 vs lib/marv/project/actions.rb in marv-0.5.0
- old
+ new
@@ -102,10 +102,10 @@
def build_to_temp_dir
@builder.build_project
# Copy build files to temporary directory
@task.shell.mute do
- @task.directory @project.build_path, ::File.join(@project.package_path, @package_name)
+ @task.directory @project.build_path, ::File.join(@project.package_path, @package_name), :force => true
end
end
# Create temporary package
def create_temp_zip