wok-6.x diff glew/receipt @ rev 7103
Changed libglade TARBALL to .tar.bz2.
author | Christopher Rogers <slaxemulator@gmail.com> |
---|---|
date | Wed Nov 03 06:22:15 2010 +0000 (2010-11-03) |
parents | 07ae722ec64e |
children | 7750f7899797 |
line diff
1.1 --- a/glew/receipt Sun Oct 31 00:13:37 2010 +0200 1.2 +++ b/glew/receipt Wed Nov 03 06:22:15 2010 +0000 1.3 @@ -29,6 +29,7 @@ 1.4 # Rules to gen a SliTaz package suitable for Tazpkg. 1.5 genpkg_rules() 1.6 { 1.7 - cp -a $_pkg/usr $fs 1.8 + mkdir -p $fs/usr/lib 1.9 + cp -a $_pkg/usr/bin $fs/usr 1.10 + cp -a $_pkg/usr/lib/*.so* $fs/usr/lib 1.11 } 1.12 -