summaryrefslogtreecommitdiff
path: root/scripts/build/tools/000-template.sh
diff options
context:
space:
mode:
Diffstat (limited to 'scripts/build/tools/000-template.sh')
-rw-r--r--scripts/build/tools/000-template.sh3
1 files changed, 2 insertions, 1 deletions
diff --git a/scripts/build/tools/000-template.sh b/scripts/build/tools/000-template.sh
index 23c9575..032f289 100644
--- a/scripts/build/tools/000-template.sh
+++ b/scripts/build/tools/000-template.sh
@@ -10,7 +10,8 @@ do_tools_foobar_get() {
# Put your extract code here
do_tools_foobar_extract() {
# For example:
- # CT_ExtractAndPatch "foobar-${CT_FOOBAR_VERSION}"
+ # CT_Extract "foobar-${CT_FOOBAR_VERSION}"
+ # CT_Patch "foobar-${CT_FOOBAR_VERSION}"
:
}