diff options
Diffstat (limited to 'Makefile')
| -rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -11,7 +11,7 @@ check_files: @echo the build is complicated right now because you need @echo the google version of protoc-gen-go which is not the one in debian sid yet @echo - @if [ -f "/usr/bin/bin/protoc-gen-go" ]; then \ + @if [ -f "/usr/bin/protoc-gen-go" ]; then \ echo "the protoc-gen-go package is old in debian sid right now"; \ echo "for now, remove it"; \ apt remote proto-gen-go \ |
