scripts/functions: fix CT_Patch

This commit is contained in:
Yann E. MORIN" 2010-04-13 00:07:00 +02:00
parent 19a79fb04e
commit 0f52a4c2de

View File

@ -792,8 +792,8 @@ CT_Patch() {
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
}