wok-next diff abiword-plugins/receipt @ rev 3759
mirror-tools/mkpkgiso: fix sort weights (again)
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Fri Jul 24 18:59:49 2009 +0200 (2009-07-24) |
parents | 2bbc0ef3f1d2 |
children | f5677e5ac179 |
line diff
1.1 --- a/abiword-plugins/receipt Wed Jun 24 18:47:14 2009 +0000 1.2 +++ b/abiword-plugins/receipt Fri Jul 24 18:59:49 2009 +0200 1.3 @@ -16,6 +16,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 +gcc44.u 1.14 +EOT 1.15 ./configure \ 1.16 --prefix=/usr \ 1.17 --infodir=/usr/share/info \