wok diff scim-pinyin/receipt @ rev 5953

Up: exiftool 8.27
author Antoine Bodin <gokhlayeh@mailoo.org>
date Tue Aug 03 22:23:30 2010 +0200 (2010-08-03)
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 Aug 03 22:23:30 2010 +0200
     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 \