diff options
author | Ralph Amissah <ralph@amissah.com> | 2014-01-20 18:53:25 -0500 |
---|---|---|
committer | Ralph Amissah <ralph@amissah.com> | 2014-01-20 18:53:25 -0500 |
commit | da2ee7b4e82a6a66fdd92d42799c994525d4254a (patch) | |
tree | b12fc7de76bffe23a52e27db1484c9431287b2b0 /lib/sisu/v5/shared_images.rb | |
parent | debian/changelog (4.2.19-1) (diff) | |
parent | v4 v5: sysenv for texpdf, fix for when tex to pdf generator is absent (diff) |
Merge tag 'sisu_4.2.20' into debian/sid
SiSU 4.2.20
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 |