From 906634e9ac9793110f2fd6bd6e215a66c84932cd Mon Sep 17 00:00:00 2001 From: Ralph Amissah Date: Mon, 6 Apr 2015 22:34:28 -0400 Subject: c&d: pass info needed make run better without install --- lib/sisu/current/hub_options.rb | 14 +++++++++++--- 1 file changed, 11 insertions(+), 3 deletions(-) (limited to 'lib/sisu/current/hub_options.rb') diff --git a/lib/sisu/current/hub_options.rb b/lib/sisu/current/hub_options.rb index 40775a3c..35398758 100644 --- a/lib/sisu/current/hub_options.rb +++ b/lib/sisu/current/hub_options.rb @@ -152,9 +152,9 @@ module SiSU_Commandline end end class Options - attr_accessor :selections,:opt_ch,:act,:dir_structure_by,:lingual,:f_pths,:files,:files_mod,:call_path,:base_path,:base_stub,:sub_location,:image_src_path,:paths,:lngs,:f_pth,:pth,:fno,:fns,:fnb,:fnc,:fng,:fncb,:lng,:lng_base,:what,:make_instructions,:make_instructions_pod + attr_accessor :selections,:opt_ch,:act,:dir_structure_by,:lingual,:f_pths,:files,:files_mod,:call_path,:base_path,:base_stub,:sub_location,:image_src_path,:paths,:lngs,:f_pth,:pth,:fno,:fns,:fnb,:fnc,:fng,:fncb,:lng,:lng_base,:what,:make_instructions,:make_instructions_pod,:sisu_run_path,:sisu_install_type @@act=nil - def initialize(a,call_path) + def initialize(a,sisu_runtime) @opt_ch=@f_pth=@pth=@fno=@fns=@fnb=@fnc=@fng=@fncb=@what=@lng=@lng_base=@call_path=@base_path=@base_stub=@image_src_path=@sub_location='' @f_pths,@files,@files_mod,@paths,@select_arr,@act=Array.new(5){[]} @select_str=nil @@ -162,7 +162,9 @@ module SiSU_Commandline @lng_base=@env.language_default_set @dir_structure_by=SiSU_Env::EnvCall.new.output_dir_structure.by? @lingual=SiSU_Env::EnvCall.new.mono_multi_lingual? - @call_path=call_path + @sisu_run_from=sisu_runtime[:runtime_path] + @sisu_install_type=sisu_runtime[:runtime_type] + @call_path=sisu_runtime[:call_path] pth=SiSU_Utils::Path.new(call_path) @base_path=pth.base_markup @base_stub=pth.base_markup_stub @@ -173,6 +175,12 @@ module SiSU_Commandline @make_instructions_pod=nil init end + def sisu_run_from? + @sisu_run_from + end + def sisu_install_type? + @sisu_install_type + end def find_all(find_flag,opt) if find_flag x=Dir.glob('*.ss[tm]') -- cgit v1.2.3