From d0c427b396b858d393f6b4828bc99a9411bb7473 Mon Sep 17 00:00:00 2001 From: david Date: Thu, 26 Mar 2020 10:46:39 +0100 Subject: [PATCH] Python-3.7.6: remove force by rm --- python-3.7.6-0.build.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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