diff options
author | Ralph Amissah <ralph@amissah.com> | 2015-01-11 21:18:06 -0500 |
---|---|---|
committer | Ralph Amissah <ralph@amissah.com> | 2015-01-19 23:46:16 -0500 |
commit | 802bf61f72cf3cff29298b1816a79bb2b8d1dacf (patch) | |
tree | 4336251d54a99e80c8e2412e8ff561d04aefdc86 /lib/sisu/develop/shared_images.rb | |
parent | bin + c&d: RbConfig (instead of Config, switch) (diff) |
bin/sisu + c&d: SiSU_is now methods (instead of hash)
Diffstat (limited to 'lib/sisu/develop/shared_images.rb')
-rw-r--r-- | lib/sisu/develop/shared_images.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/sisu/develop/shared_images.rb b/lib/sisu/develop/shared_images.rb index a4f0421b..e617676e 100644 --- a/lib/sisu/develop/shared_images.rb +++ b/lib/sisu/develop/shared_images.rb @@ -125,7 +125,7 @@ module SiSU_Images end def select_sisu_base images=%w[arrow_next_red.png arrow_prev_red.png arrow_up_red.png dot_clear.png dot_white.png b_doc.png b_epub.png b_odf.png b_pdf.png b_toc.png] - src_path="#{SiSU_is[:path_base_system_data]}/image" + src_path="#{SiSU_is.path_base_system_data?}/image" dest=dest_path(:image_sys) copy(src_path,dest,images) end |