From 9e35c970e9f388f8f7698cd3d25fd9d912ec8c68 Mon Sep 17 00:00:00 2001 From: David Brooks Date: Thu, 18 May 2017 15:03:27 +1200 Subject: [PATCH] Tidy up code (#1310). --- src/plugins/thirdParty/PythonLibrary/CMakeLists.txt | 2 +- .../thirdParty/PythonLibrary/{bin => scripts}/get-pip.py | 0 2 files changed, 1 insertion(+), 1 deletion(-) rename src/plugins/thirdParty/PythonLibrary/{bin => scripts}/get-pip.py (100%) diff --git a/src/plugins/thirdParty/PythonLibrary/CMakeLists.txt b/src/plugins/thirdParty/PythonLibrary/CMakeLists.txt index b23ef33be1..e0bb32b4bf 100755 --- a/src/plugins/thirdParty/PythonLibrary/CMakeLists.txt +++ b/src/plugins/thirdParty/PythonLibrary/CMakeLists.txt @@ -386,7 +386,7 @@ ELSE() # Install the Python package installer ExternalProject_Add_Step(${PACKAGE_BUILD} install_pip - COMMAND ${PYTHON_EXECUTABLE} -s ${PROJECT_SOURCE_DIR}/bin/get-pip.py + COMMAND ${PYTHON_EXECUTABLE} -s ${PROJECT_SOURCE_DIR}/scripts/get-pip.py WORKING_DIRECTORY ${FULL_LOCAL_EXTERNAL_PACKAGE_DIR}/bin DEPENDEES clean_site ) diff --git a/src/plugins/thirdParty/PythonLibrary/bin/get-pip.py b/src/plugins/thirdParty/PythonLibrary/scripts/get-pip.py similarity index 100% rename from src/plugins/thirdParty/PythonLibrary/bin/get-pip.py rename to src/plugins/thirdParty/PythonLibrary/scripts/get-pip.py