Skip to content

Commit

Permalink
Fix Linux
Browse files Browse the repository at this point in the history
  • Loading branch information
ejona86 committed Jun 24, 2022
1 parent 0e0a189 commit 0658d87
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion buildscripts/make_dependencies.sh
Expand Up @@ -30,8 +30,8 @@ if [ -f ${INSTALL_DIR}/bin/protoc ]; then
else
if [[ ! -d "$DOWNLOAD_DIR"/protobuf-"${PROTOBUF_VERSION}" ]]; then
curl -Ls https://github.com/google/protobuf/releases/download/v${PROTOBUF_VERSION}/protobuf-all-${PROTOBUF_VERSION}.tar.gz | tar xz -C $DOWNLOAD_DIR
mv "$DOWNLOAD_DIR/protobuf-${PROTOBUF_VERSION_ISSUE_10172}" "$DOWNLOAD_DIR/protobuf-${PROTOBUF_VERSION}"
fi
mv $DOWNLOAD_DIR/protobuf-${PROTOBUF_VERSION_ISSUE_10172} $DOWNLOAD_DIR/protobuf-${PROTOBUF_VERSION}
pushd $DOWNLOAD_DIR/protobuf-${PROTOBUF_VERSION}
# install here so we don't need sudo
if [[ "$ARCH" == x86* ]]; then
Expand Down

0 comments on commit 0658d87

Please sign in to comment.