diff --git a/scripts/functions b/scripts/functions index 93673267..00d7214f 100644 --- a/scripts/functions +++ b/scripts/functions @@ -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 }