wok diff ffmpegthumbnailer/receipt @ rev 20299
Up hp15c (4.0.00)
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Thu May 03 15:14:01 2018 +0200 (2018-05-03) |
parents | 7a526dcd4932 |
children | da9376ad2691 |
line diff
1.1 --- a/ffmpegthumbnailer/receipt Fri Jun 14 12:25:09 2013 +0000 1.2 +++ b/ffmpegthumbnailer/receipt Thu May 03 15:14:01 2018 +0200 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 }