Enable code to create zip packages that was unintentionally commented out

This commit is contained in:
Robert Knight 2011-08-26 18:55:06 +01:00
parent dc741814c9
commit 0a684be50f

View file

@ -296,9 +296,9 @@ package_file_map.each do |package,files|
output_path = File.expand_path(output_dir) output_path = File.expand_path(output_dir)
Dir.chdir(input_dir) do Dir.chdir(input_dir) do
#if (!system("zip #{output_path}/#{package}.zip #{quoted_file_list}")) if (!system("zip #{output_path}/#{package}.zip #{quoted_file_list}"))
# raise "Failed to generate package #{package}" raise "Failed to generate package #{package}"
# end end
end end
end end