From fbe25a90d1102000af484bbcd57af1ab826d37cd Mon Sep 17 00:00:00 2001 From: Yamashita Yuu Date: Thu, 15 Aug 2013 18:06:27 +0900 Subject: [PATCH] Rename build path to be started with "python-" to apply variables like `PYTHON_CONFIGURE_OPTS` --- bin/pyenv-doctor | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/pyenv-doctor b/bin/pyenv-doctor index beb71c3..38d6452 100755 --- a/bin/pyenv-doctor +++ b/bin/pyenv-doctor @@ -128,7 +128,7 @@ REPOSITORY="${PYENV_DOCTOR_ROOT}" BRANCH="$(cd "${PYENV_DOCTOR_ROOT}" && git name-rev --name-only HEAD)" mkdir -p "${BUILD_PATH}" cat < "${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