wok diff patch/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 44edb3ecc60c
children 86e8692df3d3
line diff
     1.1 --- a/patch/receipt	Thu May 06 02:17:04 2010 +0000
     1.2 +++ b/patch/receipt	Thu Dec 16 17:16:06 2010 +0000
     1.3 @@ -15,15 +15,16 @@
     1.4  {
     1.5  	cd $src
     1.6  	./configure --prefix=/usr --infodir=/usr/share/info \
     1.7 -	--mandir=/usr/share/man $CONFIGURE_ARGS
     1.8 -	make
     1.9 +	--mandir=/usr/share/man $CONFIGURE_ARGS &&
    1.10 +	make &&
    1.11 +	make prefix=$PWD/_pkg install
    1.12  }
    1.13  
    1.14  # Rules to gen a SliTaz package suitable for Tazpkg.
    1.15  genpkg_rules()
    1.16  {
    1.17  	mkdir -p $fs/usr/bin
    1.18 -	cp -a $src/patch $fs/usr/bin
    1.19 +	cp -a $_pkg/bin/patch $fs/usr/bin
    1.20  	strip -s $fs/usr/bin/*
    1.21  }
    1.22