wok diff ffmpegthumbnailer/receipt @ rev 20489

Add perl-devel-checklib
author Pascal Bellard <pascal.bellard@slitaz.org>
date Fri Oct 26 16:03:34 2018 +0200 (2018-10-26)
parents 7a526dcd4932
children da9376ad2691
line diff
     1.1 --- a/ffmpegthumbnailer/receipt	Fri Jun 14 12:25:09 2013 +0000
     1.2 +++ b/ffmpegthumbnailer/receipt	Fri Oct 26 16:03:34 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  }