Skip to content

Commit

Permalink
Fixed typo in script
Browse files Browse the repository at this point in the history
  • Loading branch information
aurelienrb committed Dec 3, 2016
1 parent da3bd6d commit 9807dbc
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
3 changes: 3 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
build/
go/
perl/
4 changes: 0 additions & 4 deletions build_grpc.sh
Original file line number Diff line number Diff line change
Expand Up @@ -191,7 +191,6 @@ function create_grpc_package {

# add protobuf libs
cp $PROTOBUF_INSTALLDIR/lib/*.a $PCKGDIR/lib/
done

create_build_info_file

Expand Down Expand Up @@ -244,7 +243,4 @@ make install || exit_failure # protobuf
create_grpc_package
popd

print_info "Cleaning..."
rm -rf $BUILDDIR

print_info "Done!"

0 comments on commit 9807dbc

Please sign in to comment.