wok diff xdg-utils/receipt @ rev 8585

Fix: speex need -j 1 to install
author Antoine Bodin <gokhlayeh@slitaz.org>
date Mon Feb 14 03:35:04 2011 +0100 (2011-02-14)
parents 0f4e433412b3
children 940b5937e496
line diff
     1.1 --- a/xdg-utils/receipt	Fri May 29 19:36:14 2009 +0000
     1.2 +++ b/xdg-utils/receipt	Mon Feb 14 03:35:04 2011 +0100
     1.3 @@ -14,6 +14,14 @@
     1.4  compile_rules()
     1.5  {
     1.6  	cd $src
     1.7 +    while read file; do
     1.8 +        [ -f done.$file ] && continue
     1.9 +        echo "Apply $file..."
    1.10 +        patch -p1 < ../stuff/$file || return 1
    1.11 +        touch done.$file
    1.12 +    done <<EOT
    1.13 +xdg-open-chrome.patch
    1.14 +EOT
    1.15  	./configure \
    1.16  		--prefix=/usr \
    1.17  		--infodir=/usr/share/info \