diff -r bdb3a98e064b -r 0ad4469a2ae1 scripts/functions --- a/scripts/functions Sun Apr 11 23:18:10 2010 +0200 +++ b/scripts/functions Tue Apr 13 00:07:00 2010 +0200 @@ -792,8 +792,8 @@ done fi - CT_DoExecLog DEBUG touch "${CT_SRC_DIR}/.${pkdir}.patched" - CT_DoExecLog DEBUG rm -f "${CT_SRC_DIR}/.${pkdir}.patching" + CT_DoExecLog DEBUG touch "${CT_SRC_DIR}/.${pkgdir}.patched" + CT_DoExecLog DEBUG rm -f "${CT_SRC_DIR}/.${pkgdir}.patching" CT_Popd }