diff --git a/python-3.7.6-0.build.sh b/python-3.7.6-0.build.sh index 2e1abef..45a6d23 100644 --- a/python-3.7.6-0.build.sh +++ b/python-3.7.6-0.build.sh @@ -401,14 +401,14 @@ fi //tensorflow:install_headers \ //tensorflow/tools/pip_package:build_pip_package - test -d tensorflow-pip && rm -rf tensorflow-pip + test -d tensorflow-pip && rm -r tensorflow-pip mkdir tensorflow-pip ./bazel-bin/tensorflow/tools/pip_package/build_pip_package --src ${BUILDDIR}/tensorflow-pip cd ${BUILDDIR} #remove symlinks into TMPDIR test -e tensorflow-pip.tar && rm tensorflow-pip.tar tar -chf tensorflow-pip.tar tensorflow-pip - test -d tensorflow-pip && rm -rf tensorflow-pip + test -d tensorflow-pip && rm -r tensorflow-pip tar -xf tensorflow-pip.tar cd ${BUILDDIR}/tensorflow-pip