wok diff dbus-python-dev/receipt @ rev 7674

Fixed linux. Need to make folder PWD/_pkg before adding bzImage to it. Also i'm force copying kernel config file now so we have the right config. It is copyed twice so its needed and doesn't hunt anything i think.
author Christopher Rogers <slaxemulator@gmail.com>
date Thu Dec 16 17:16:06 2010 +0000 (2010-12-16)
parents 5921dc28d8c6
children 44149159a946
line diff
     1.1 --- a/dbus-python-dev/receipt	Sat Oct 09 15:31:15 2010 +0200
     1.2 +++ b/dbus-python-dev/receipt	Thu Dec 16 17:16:06 2010 +0000
     1.3 @@ -11,7 +11,7 @@
     1.4  # Rules to gen a SliTaz package suitable for Tazpkg.
     1.5  genpkg_rules()
     1.6  {
     1.7 -	PYTHON_LIB=$(grep ^VERSION= $WOK/python/receipt | sed 's/.*"\(...\).*/\1/')
     1.8 +	PYTHON_LIB=python$(grep ^VERSION= $WOK/python/receipt | sed 's/.*"\(...\).*/\1/')
     1.9  	mkdir -p $fs/usr/lib/$PYTHON_LIB/site-packages
    1.10  	cp -a $_pkg/usr/lib/python*/*/*.la \
    1.11  		$fs/usr/lib/$PYTHON_LIB/site-packages