wok diff scim-pinyin/receipt @ rev 4621

ajaxterm: typo
author Pascal Bellard <pascal.bellard@slitaz.org>
date Thu Dec 17 20:23:31 2009 +0100 (2009-12-17)
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	Thu Dec 17 20:23:31 2009 +0100
     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 \