From 0f52a4c2de3d3890e740a3752e553f6b2f445e80 Mon Sep 17 00:00:00 2001 From: "Yann E. MORIN\"" Date: Tue, 13 Apr 2010 00:07:00 +0200 Subject: [PATCH] scripts/functions: fix CT_Patch --- scripts/functions | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 }