wok diff hardinfo/receipt @ rev 1442

linux lzma hardinfo etherboot mISDN busybox: apply path once
author Pascal Bellard <pascal.bellard@slitaz.org>
date Thu Oct 02 16:39:02 2008 +0000 (2008-10-02)
parents 307f8bb243e3
children 3d99ecce2d4b
line diff
     1.1 --- a/hardinfo/receipt	Fri May 09 17:52:13 2008 +0200
     1.2 +++ b/hardinfo/receipt	Thu Oct 02 16:39:02 2008 +0000
     1.3 @@ -15,7 +15,9 @@
     1.4  {
     1.5  	cd $src
     1.6  	while read file; do
     1.7 +		[ -f done.$file ] && continue
     1.8  		patch -p0 < ../stuff/$file || exit 1
     1.9 +		touch done.$file
    1.10  	done <<EOT
    1.11  modules.patch
    1.12  users.patch
    1.13 @@ -25,8 +27,8 @@
    1.14  EOT
    1.15  	./configure \
    1.16  		--prefix=/usr \
    1.17 -		$CONFIGURE_ARGS
    1.18 -	make
    1.19 +		$CONFIGURE_ARGS &&
    1.20 +	make &&
    1.21  	make DESTDIR=$PWD/_pkg install
    1.22  }
    1.23