wok diff raptor-dev/receipt @ rev 12439

lynx: update bdeps
author Pascal Bellard <pascal.bellard@slitaz.org>
date Sat Apr 21 17:53:44 2012 +0200 (2012-04-21)
parents 2c125e3436ba
children 3b81e35aa0a9
line diff
     1.1 --- a/raptor-dev/receipt	Tue Oct 19 05:03:37 2010 +0000
     1.2 +++ b/raptor-dev/receipt	Sat Apr 21 17:53:44 2012 +0200
     1.3 @@ -13,8 +13,9 @@
     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 +	mkdir -p $fs/usr/lib $fs/usr/bin
     1.9  	cp -a $_pkg/usr/lib/*.*a $fs/usr/lib
    1.10  	cp -a $_pkg/usr/lib/pkgconfig $fs/usr/lib
    1.11  	cp -a $_pkg/usr/include $fs/usr
    1.12 +	cp -a $_pkg/usr/bin/raptor-config $fs/usr/bin
    1.13  }