summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorJeff Carr <[email protected]>2025-02-07 04:40:52 -0600
committerJeff Carr <[email protected]>2025-02-07 04:40:52 -0600
commit55a3ed7187140e360e5a0e525f9a577dcb4579b2 (patch)
treeaa175c8901f191dc0730885cda6bebe85a43ce9c /Makefile
parent4dd0f0eaba47eb14e661683b09ed90c25bed61f6 (diff)
func name changev0.2.30
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index d634a52..a33cdb0 100644
--- a/Makefile
+++ b/Makefile
@@ -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 \