wok diff patch/receipt @ rev 5893

compcache: fix build with kernel 2.6.34
author Eric Joseph-Alexandre <erjo@slitaz.org>
date Thu Jul 22 23:03:19 2010 +0200 (2010-07-22)
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 Jul 22 23:03:19 2010 +0200
     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