[PATCH 1 of 1] scripts/functions: Fix a variable name

Frederic Roussel fr.frasc@gmail.com
Fri Oct 23 17:47:00 GMT 2009


# HG changeset patch
# User fr.frasc@gmail.com
# Date 1256316502 25200
# Node ID 991a59088ff09528896ac64ed4e8a6fba31eae39
# Parent  1fd08b889aa310f1ccedbe4395ccbeffc9279c08
scripts/functions: Fix a variable name.
Signed-off-by: Frederic Roussel <fr.frasc@gmail.com>

diff -r 1fd08b889aa3 -r 991a59088ff0 scripts/functions
--- a/scripts/functions	Wed Oct 21 18:08:31 2009 +0200
+++ b/scripts/functions	Fri Oct 23 09:48:22 2009 -0700
@@ -612,7 +612,7 @@
     CT_DoLog EXTRA "Patching '${basename}'"
 
     bundled_patch_dir="${CT_LIB_DIR}/patches/${base_file}/${ver_file}"
-    local_patch_dir="${CT_CUSTOM_PATCH_DIR}/${base_file}/${ver_file}"
+    local_patch_dir="${CT_LOCAL_PATCH_DIR}/${base_file}/${ver_file}"
 
     case "${CT_PATCH_ORDER}" in
         bundled)        patch_dirs=("${bundled_patch_dir}");;

--
For unsubscribe information see http://sourceware.org/lists.html#faq



More information about the crossgcc mailing list