wok diff wvstreams/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 dad80edb4950
children 63a88816200c
line diff
     1.1 --- a/wvstreams/receipt	Tue Mar 16 11:32:49 2010 +0000
     1.2 +++ b/wvstreams/receipt	Thu Dec 16 17:16:06 2010 +0000
     1.3 @@ -16,6 +16,7 @@
     1.4  compile_rules()
     1.5  {
     1.6  	cd $src
     1.7 +	sed -i 's/  X509V3_EXT_METHOD/  const X509V3_EXT_METHOD/' crypto/wvx509.cc
     1.8  	 ./configure --prefix=/usr \
     1.9  	 --without-dbus \
    1.10  	 --without-tcl \