diff -r fb0b4601f999 -r e73cee842741 scripts/functions --- a/scripts/functions Thu Jan 14 20:54:47 2010 +0100 +++ b/scripts/functions Thu Apr 22 19:26:52 2010 +0200 @@ -768,7 +768,7 @@ for p in "${d}"/*.patch; do if [ -f "${p}" ]; then CT_DoLog DEBUG "Applying patch '${p}'" - CT_DoExecLog ALL patch -g0 -F1 -p1 -f <"${p}" + CT_DoExecLog ALL patch --no-backup-if-mismatch -g0 -F1 -p1 -f <"${p}" fi done if [ "${CT_PATCH_SINGLE}" = "y" ]; then