wok-current diff xvidcore-dev/receipt @ rev 13908
xpad: fix missing icon in lxpanel windows list
author | ernia <monghitri@aruba.it> |
---|---|
date | Wed Jan 23 18:50:25 2013 +0000 (2013-01-23) |
parents | 0d06b2cd33d0 |
children | eb8067417980 |
line diff
1.1 --- a/xvidcore-dev/receipt Sat Nov 12 22:18:38 2011 +0000 1.2 +++ b/xvidcore-dev/receipt Wed Jan 23 18:50:25 2013 +0000 1.3 @@ -13,6 +13,6 @@ 1.4 genpkg_rules() 1.5 { 1.6 mkdir -p $fs/usr/lib 1.7 - cp -a $src/build/generic/_pkg/usr/lib/*.a $fs/usr/lib 1.8 - cp -a $src/build/generic/_pkg/usr/include $fs/usr 1.9 + cp -a $install/usr/lib/*.a $fs/usr/lib 1.10 + cp -a $install/usr/include $fs/usr 1.11 }