contrib: fix typos
This commit is contained in:
@@ -165,7 +165,7 @@ RUN chown --recursive ${USER} ${WORK_DIR} ${ANDROID_SDK_HOME}
|
||||
RUN chown ${USER} /opt
|
||||
USER ${USER}
|
||||
|
||||
# venv, VIRTUAL_ENV is used by buildozer to indicate a venv environemnt
|
||||
# venv, VIRTUAL_ENV is used by buildozer to indicate a venv environment
|
||||
ENV VIRTUAL_ENV=/opt/venv
|
||||
RUN python3 -m venv ${VIRTUAL_ENV}
|
||||
ENV PATH="${VIRTUAL_ENV}/bin:${PATH}"
|
||||
|
||||
@@ -100,7 +100,7 @@ lib-dynload/pyexpat.so
|
||||
plat-linux3/regen
|
||||
|
||||
#>sqlite3
|
||||
# conditionnal include depending if some recipes are included or not.
|
||||
# conditional include depending if some recipes are included or not.
|
||||
#sqlite3/*
|
||||
#lib-dynload/_sqlite3.so
|
||||
#<sqlite3
|
||||
|
||||
Reference in New Issue
Block a user