From 99e581fabdf1aa04c2e42dd6c06aa264843622a1 Mon Sep 17 00:00:00 2001 From: Gaute Lindkvist Date: Tue, 11 Jun 2019 11:11:02 +0200 Subject: [PATCH] gRPC: Fix mistake in installation instructions --- GRPC_install_instructions.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/GRPC_install_instructions.txt b/GRPC_install_instructions.txt index a9f842f916..e2e8cc49ef 100644 --- a/GRPC_install_instructions.txt +++ b/GRPC_install_instructions.txt @@ -48,7 +48,7 @@ scl enable devtoolset-6 rh-python35 bash # A patch is available in the issue, but the easiest thing to do is to ensure a short install path ################################################################################################################ -sudo ./build-grpc-centos.sh /tmp/grpc /opt/grpc +sudo ./build-grpc-linux.sh /tmp/grpc /opt/grpc ############################################################################## # Python GRPC module, OPTION 1