wok-next diff kmod-dev/receipt @ rev 13272
get-wfica: update (thanks Carl)
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Wed Aug 22 18:21:21 2012 +0200 (2012-08-22) |
parents | 127a849d861d |
children | e88cdf7e0c7a |
line diff
1.1 --- a/kmod-dev/receipt Mon Apr 23 18:12:59 2012 +0200 1.2 +++ b/kmod-dev/receipt Wed Aug 22 18:21:21 2012 +0200 1.3 @@ -11,8 +11,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 - cp -a $install/usr/lib/*.*a $fs/usr/lib 1.9 + mkdir -p $fs/lib $fs/usr/lib 1.10 + cp -a $install/lib/*.*a $fs/lib 1.11 cp -a $install/usr/lib/pkgconfig $fs/usr/lib 1.12 cp -a $install/usr/include $fs/usr 1.13 }