wok diff screen-pam/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 254a44e9a5b4
children 9689c3977b8c
line diff
     1.1 --- a/screen-pam/receipt	Thu Feb 12 09:30:15 2009 +0000
     1.2 +++ b/screen-pam/receipt	Thu Dec 16 17:16:06 2010 +0000
     1.3 @@ -34,9 +34,5 @@
     1.4  	cp $src/etc/screenrc $fs/etc
     1.5  	cp -a $_pkg/usr/bin/screen-$VERSION $fs/usr/bin/screen
     1.6  	cp -a $_pkg/usr/share/screen $fs/usr/share
     1.7 -	for i in $(cd $WOK; ls -d screen-*)
     1.8 -	do
     1.9 -		tazwok genpkg $i
    1.10 -	done
    1.11  }
    1.12