wok-6.x diff ffmpegthumbnailer/receipt @ rev 20213
blender: force host arch to i486
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Sat Feb 24 14:03:41 2018 +0100 (2018-02-24) |
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 Feb 24 14:03:41 2018 +0100 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 }