mirror of
https://github.com/outbackdingo/labca.git
synced 2026-01-27 18:19:33 +00:00
14 lines
486 B
Diff
14 lines
486 B
Diff
diff --git a/Makefile b/Makefile
|
|
index 9522b89a7..b5aa9d84a 100644
|
|
--- a/Makefile
|
|
+++ b/Makefile
|
|
@@ -36,7 +36,7 @@ $(CMD_BINS): build_cmds
|
|
|
|
build_cmds: | $(OBJDIR)
|
|
echo $(OBJECTS)
|
|
- GOBIN=$(OBJDIR) GO111MODULE=on go install -mod=vendor $(GO_BUILD_FLAGS) ./...
|
|
+ GOBIN=$(OBJDIR) GO111MODULE=on go install -mod=vendor -buildvcs=false $(GO_BUILD_FLAGS) ./...
|
|
|
|
# Building a .deb requires `fpm` from https://github.com/jordansissel/fpm
|
|
# which you can install with `gem install fpm`.
|