wok diff uclibc-armv4tl/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 5070045e141c
children cce3f2b8b740
line diff
     1.1 --- a/uclibc-armv4tl/receipt	Tue Aug 31 11:22:25 2010 +0200
     1.2 +++ b/uclibc-armv4tl/receipt	Thu Dec 16 17:16:06 2010 +0000
     1.3 @@ -12,5 +12,8 @@
     1.4  # Rules to gen a SliTaz package suitable for Tazpkg.
     1.5  genpkg_rules()
     1.6  {
     1.7 -	cp -a $src/lib/*.so* $fs
     1.8 +	mkdir -p $fs/lib
     1.9 +	cp -a $WOK/$WANTED/cross-compiler-$TARGET/lib/*.so* $fs/lib
    1.10  }
    1.11 +
    1.12 +TAZBB_NO_INSTALL="because this is not the right target !"