Skip to content

Commit 2a8b2f6

Browse files
committed
fix doc
1 parent ee1945e commit 2a8b2f6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,7 @@ For example, if you want to create a recipe for sdl, do::
107107
cd python-for-android/recipes
108108
mkdir sdl
109109
cp recipe.sh.tmpl sdl/recipe.sh
110-
sed -i 's#XXX#sdl' sdl/recipe.sh
110+
sed -i 's#XXX#sdl#' sdl/recipe.sh
111111

112112
Then, edit the sdl/recipe.sh to adjust other information (version, url) and
113113
complete build function.

0 commit comments

Comments
 (0)