wok diff ffmpegthumbnailer/receipt @ rev 19073
Fix: (Picozu the HTML5 online image editor.)
author | Leonardo Laporte <hackdorte@sapo.pt> |
---|---|
date | Sat Apr 23 01:13:53 2016 -0300 (2016-04-23) |
parents | 7a526dcd4932 |
children | da9376ad2691 |
line diff
1.1 --- a/ffmpegthumbnailer/receipt Fri Jun 14 12:25:09 2013 +0000 1.2 +++ b/ffmpegthumbnailer/receipt Sat Apr 23 01:13:53 2016 -0300 1.3 @@ -28,7 +28,8 @@ 1.4 # Rules to gen a SliTaz package suitable for Tazpkg. 1.5 genpkg_rules() 1.6 { 1.7 - mkdir -p $fs/usr/lib 1.8 + mkdir -p $fs/usr/lib $fs/usr/share/thumbnailers 1.9 cp -a $install/usr/bin $fs/usr 1.10 cp -a $install/usr/lib/*.so* $fs/usr/lib 1.11 + cp -a $stuff/* $fs/usr/share/thumbnailers 1.12 }