diff options
author | Ralph Amissah <ralph@amissah.com> | 2014-01-20 18:47:20 -0500 |
---|---|---|
committer | Ralph Amissah <ralph@amissah.com> | 2014-01-20 18:50:04 -0500 |
commit | ee4968f54c669bf69182a10ff7fc4991b835f6a4 (patch) | |
tree | 4418abf8bd088fb4872177d0a4093e248b911d93 /lib/sisu/v5/shared_images.rb | |
parent | v4 v5: version & changelog (& rakefile) (diff) |
v4 v5: bin/sisu & some related lib changes
* good time to consider rollover: closing v4 branch, replacing it with v5 &
introducing v6 for development, proposed for this release + 1
Diffstat (limited to 'lib/sisu/v5/shared_images.rb')
-rw-r--r-- | lib/sisu/v5/shared_images.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/sisu/v5/shared_images.rb b/lib/sisu/v5/shared_images.rb index b3d3f4fb..e307eba3 100644 --- a/lib/sisu/v5/shared_images.rb +++ b/lib/sisu/v5/shared_images.rb @@ -130,7 +130,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="#{@env.path.share}/image" + src_path="#{SiSU_is[:path_base_system_data]}/image" dest=dest_path(:image_sys) copy(src_path,dest,images) end |