lib/roku_builder/plugins/loader.rb in roku_builder-4.29.8 vs lib/roku_builder/plugins/loader.rb in roku_builder-4.29.9

- old
+ new

@@ -215,10 +215,10 @@ } end def copy_channel_files(content) content[:source_files].each do |entity| begin - FileUtils.copy_entry(File.join(@config.parsed[:root_dir], entity), File.join(@target, entity)) + FileUtils.copy_entry(File.join(build_dir, entity), File.join(@target, entity)) rescue Errno::ENOENT @logger.warn "Missing Entry: #{entity}" end end end