# HG changeset patch # User Liu Peng # Date 1246196838 0 # Node ID 8358bc75917a44d2d592ae984da5fa20b0458ada # Parent 3540268bb56c46c1977f4e1f2d142a4ed60a8a9f gajim: revert patch host_srv.patch(use bind-client/host not busybox/nslookup) diff -r 3540268bb56c -r 8358bc75917a gajim/receipt --- a/gajim/receipt Sun Jun 28 01:54:04 2009 +0200 +++ b/gajim/receipt Sun Jun 28 13:47:18 2009 +0000 @@ -15,6 +15,14 @@ compile_rules() { cd $src + while read file; do + [ -f done.$file ] && continue + echo "Apply $file..." + patch -p1 < ../stuff/$file || return 1 + touch done.$file + done <