wok rev 15629
xine-plugin: fix genpkg_rules
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Mon Dec 09 08:26:16 2013 +0000 (2013-12-09) |
parents | b67414949731 |
children | 69ea1d847f2a |
files | xine-plugin/receipt |
line diff
1.1 --- a/xine-plugin/receipt Mon Dec 09 07:45:53 2013 +0000 1.2 +++ b/xine-plugin/receipt Mon Dec 09 08:26:16 2013 +0000 1.3 @@ -28,7 +28,7 @@ 1.4 genpkg_rules() 1.5 { 1.6 mkdir -p $fs/usr/share/xine 1.7 - cp -a $install/root/.mozilla/plugins/xineplugin.so $fs/usr/share/xine 1.8 + find $install -name xineplugin.so -exec cp -a {} $fs/usr/share/xine \; 1.9 } 1.10 1.11 # Pre and post install commands for Tazpkg.