diff --git a/tools/build_protobuf b/tools/build_protobuf old mode 100755 new mode 100644 index 12087d1e3..791ddf63c --- a/tools/build_protobuf +++ b/tools/build_protobuf @@ -18,7 +18,7 @@ echo '' >> $INDEX for i in types messages ; do # Compile .proto files to python2 modules using google protobuf library - cd $CURDIR/../../trezor-common/protob + cd $CURDIR/../vendor/trezor-common/protob protoc --python_out=$PB2DIR -I/usr/include -I. $i.proto done