diff --git a/buildall.sh b/buildall.sh index 5f49049..fdf6670 100755 --- a/buildall.sh +++ b/buildall.sh @@ -68,7 +68,7 @@ popd { [ -d "${BUILD_DIR}/${BUILD_sqlite}" ] || ./sqlite.build.sh [ -d "${BUILD_DIR}/${BUILD_redis}" ] || ./redis.build.sh -[ -d "${BUILD_DIR}/${BUILD_python}" ] || ./Python.build.sh +[ -d "${BUILD_DIR}/${BUILD_python}" ] || ./python.build.sh [ -d "${BUILD_DIR}/${BUILD_node}" ] || ./node.build.sh [ -d "${BUILD_DIR}/${BUILD_libjpegturbo}" ] || ./libjpegturbo.build.sh [ -d "${BUILD_DIR}/${BUILD_libtiff}" ] || ./libtiff.build.sh diff --git a/Python.build.sh b/python.build.sh similarity index 100% rename from Python.build.sh rename to python.build.sh