summaryrefslogtreecommitdiff
path: root/scripts/functions
diff options
context:
space:
mode:
authorYann E. MORIN" <yann.morin.1998@anciens.enib.fr>2010-04-12 22:07:00 (GMT)
committerYann E. MORIN" <yann.morin.1998@anciens.enib.fr>2010-04-12 22:07:00 (GMT)
commit0f52a4c2de3d3890e740a3752e553f6b2f445e80 (patch)
treed5768be0d26c266b1c677886d0022176bd387631 /scripts/functions
parent19a79fb04e6815c1c043b33640e68041907a6ed8 (diff)
scripts/functions: fix CT_Patch
Diffstat (limited to 'scripts/functions')
-rw-r--r--scripts/functions4
1 files changed, 2 insertions, 2 deletions
diff --git a/scripts/functions b/scripts/functions
index 9367326..00d7214 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
}