From 45a35b75f4196bbf30e65b64b4463ab4fb620846 Mon Sep 17 00:00:00 2001 From: Ralph Amissah Date: Mon, 28 May 2012 05:25:04 -0400 Subject: v3: sisupod.txz processing * BUG image copying/processing for sisupod --- lib/sisu/v3/dal.rb | 3 +++ 1 file changed, 3 insertions(+) (limited to 'lib/sisu/v3/dal.rb') diff --git a/lib/sisu/v3/dal.rb b/lib/sisu/v3/dal.rb index 476ddb94..dd1ec494 100644 --- a/lib/sisu/v3/dal.rb +++ b/lib/sisu/v3/dal.rb @@ -271,6 +271,9 @@ module SiSU_DAL fn=(@fnx && @fnx =~/\.ss[tmi]$/) \ ? @fnx : @opt.fns + if @opt.fno =~/\.txz$/ + Dir.chdir(@opt.f_pth[:pth]) + end file_array=@env.read_source_file(fn) file_array.each do |l| if l =~/\r\n/; l.gsub!(/\r\n/,"\n") -- cgit v1.2.3