scripts/functions: fix CT_Patch
author"Yann E. MORIN" <yann.morin.1998@anciens.enib.fr>
Tue Apr 13 00:07:00 2010 +0200 (2010-04-13)
changeset 19030ad4469a2ae1
parent 1902 faade25219ed
child 1905 f819ad7335e2
scripts/functions: fix CT_Patch
scripts/functions
     1.1 --- a/scripts/functions	Fri Apr 09 21:04:38 2010 +0200
     1.2 +++ b/scripts/functions	Tue Apr 13 00:07:00 2010 +0200
     1.3 @@ -792,8 +792,8 @@
     1.4          done
     1.5      fi
     1.6  
     1.7 -    CT_DoExecLog DEBUG touch "${CT_SRC_DIR}/.${pkdir}.patched"
     1.8 -    CT_DoExecLog DEBUG rm -f "${CT_SRC_DIR}/.${pkdir}.patching"
     1.9 +    CT_DoExecLog DEBUG touch "${CT_SRC_DIR}/.${pkgdir}.patched"
    1.10 +    CT_DoExecLog DEBUG rm -f "${CT_SRC_DIR}/.${pkgdir}.patching"
    1.11  
    1.12      CT_Popd
    1.13  }