File tree 1 file changed +4
-4
lines changed
1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -172,13 +172,13 @@ function create_grpc_package {
172
172
print_info " Preparing package structure '$PCKGDIR '"
173
173
174
174
mkdir -p $PCKGDIR /bin || exit_failure
175
- cp release/ grpc_* _plugin $PCKGDIR /bin/
176
- cp release/ third_party/protobuf/protoc $PCKGDIR /bin/
175
+ cp grpc_* _plugin $PCKGDIR /bin/
176
+ cp third_party/protobuf/protoc $PCKGDIR /bin/
177
177
178
178
cp -R $GRPCDIR /include/ $PCKGDIR /include/ || exit_failure
179
179
# add protobud includes + compiler
180
- mv release/ $PROTOBUF_INSTALLDIR /include/* $PCKGDIR /include/ || exit_failure
181
- mv release/ $PROTOBUF_INSTALLDIR /bin/* $PCKGDIR /bin/ || exit_failure
180
+ mv $PROTOBUF_INSTALLDIR /include/* $PCKGDIR /include/ || exit_failure
181
+ mv $PROTOBUF_INSTALLDIR /bin/* $PCKGDIR /bin/ || exit_failure
182
182
183
183
mkdir -p $PCKGDIR /lib
184
184
cp ./* .a $PCKGDIR /lib/
You can’t perform that action at this time.
0 commit comments