wok diff scim-pinyin/receipt @ rev 4669

Up: python-bpython (0.9.5.2)
author Claudinei Pereira <claudinei@slitaz.org>
date Tue Dec 29 10:58:34 2009 +0000 (2009-12-29)
parents 012d72b2b629
children 940b5937e496
line diff
     1.1 --- a/scim-pinyin/receipt	Mon Jun 22 13:40:13 2009 +0800
     1.2 +++ b/scim-pinyin/receipt	Tue Dec 29 10:58:34 2009 +0000
     1.3 @@ -16,7 +16,14 @@
     1.4  compile_rules()
     1.5  {
     1.6      cd $src
     1.7 -    patch -p1 < ../stuff/cstring-gcc43.patch &&
     1.8 +    while read file; do
     1.9 +        [ -f done.$file ] && continue
    1.10 +        echo "Apply $file..."
    1.11 +        patch -p1 < ../stuff/$file || return 1
    1.12 +        touch done.$file
    1.13 +    done <<EOT
    1.14 +cstring-gcc43.patch
    1.15 +EOT
    1.16      ./configure --prefix=/usr \
    1.17          --mandir=/usr/share/man \
    1.18          --infodir=/usr/share/info \