wok-6.x diff rgzip/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 e02cd99c2517
children fb0ec6e33ae9
line diff
     1.1 --- a/rgzip/receipt	Wed Mar 31 20:53:35 2010 +0200
     1.2 +++ b/rgzip/receipt	Thu Dec 16 17:16:06 2010 +0000
     1.3 @@ -16,7 +16,8 @@
     1.4  {
     1.5  	mkdir $src
     1.6  	cd $src
     1.7 -	[ -f rgzip.c ] || wget $FILE
     1.8 +	[ -f $SOURCES_REPOSITORY/rgzip.c ] || wget $FILE -P $SOURCES_REPOSITORY
     1.9 +	cp $SOURCES_REPOSITORY/rgzip.c .
    1.10  	make rgzip
    1.11  }
    1.12