wok-next rev 15283
x264-dev: fix genpkg_rules
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Thu Sep 26 16:34:11 2013 +0000 (2013-09-26) |
parents | 32bcd220f1cd |
children | ac66a25f97d6 |
files | x264-dev/receipt |
line diff
1.1 --- a/x264-dev/receipt Thu Sep 26 13:42:03 2013 +0000 1.2 +++ b/x264-dev/receipt Thu Sep 26 16:34:11 2013 +0000 1.3 @@ -16,7 +16,7 @@ 1.4 genpkg_rules() 1.5 { 1.6 mkdir -p $fs/usr/lib 1.7 - cp -a $install/usr/lib/*.*a $fs/usr/lib 1.8 + cp -a $src/*.*a $fs/usr/lib 1.9 cp -a $install/usr/lib/pkgconfig $fs/usr/lib 1.10 cp -a $install/usr/include $fs/usr 1.11 }