wok diff kmod-dev/receipt @ rev 13184
Up: wordpress to 3.4.1.
author | Christopher Rogers <slaxemulator@gmail.com> |
---|---|
date | Thu Aug 02 23:49:15 2012 +0000 (2012-08-02) |
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 Thu Aug 02 23:49:15 2012 +0000 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 }