Rename build path to be started with "python-" to apply variables like PYTHON_CONFIGURE_OPTS

This commit is contained in:
Yamashita Yuu 2013-08-15 18:06:27 +09:00
parent 68fb05720e
commit fbe25a90d1

View File

@ -128,7 +128,7 @@ REPOSITORY="${PYENV_DOCTOR_ROOT}"
BRANCH="$(cd "${PYENV_DOCTOR_ROOT}" && git name-rev --name-only HEAD)"
mkdir -p "${BUILD_PATH}"
cat <<EOF > "${DEFINITION}"
install_git "pyenv-doctor" "${REPOSITORY}" "${BRANCH}" standard
install_git "python-pyenv-doctor" "${REPOSITORY}" "${BRANCH}" standard
EOF
# if none is selected, check as WITH_CPYTHON