Skip to content

Commit 40ac819

Browse files
author
gabriel pettier
committed
small cleanup of task recipe
1 parent bf2cc02 commit 40ac819

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

recipes/task/recipe.sh

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,10 +15,10 @@ _pyroot=$(dirname `dirname $HOSTPYTHON`)
1515
function prebuild_task() {
1616
# take the patch from the recipe
1717
cd $_src
18-
patch -p1 < $ROOT_PATH/recipes/task/CMakeLists.txt.patch
19-
patch -p1 < $ROOT_PATH/recipes/task/Nibbler.h.patch
18+
patch -p1 < $RECIPE_task/CMakeLists.txt.patch
19+
patch -p1 < $RECIPE_task/Nibbler.h.patch
2020

21-
cp $ROOT_PATH/recipes/task/glob.* $_src/src
21+
cp $RECIPE_task/glob.* $_src/src
2222

2323
cd $_build
2424
if [ ! -d android-cmake ]

0 commit comments

Comments
 (0)