1
0
Fork 0
mirror of https://gitlab.alpinelinux.org/alpine/aports.git synced 2025-07-26 12:45:20 +03:00
aports/community/mlmym/dont-get-version-from-git.patch
2023-10-30 17:39:00 +00:00

11 lines
117 B
Diff

--- a/Makefile
+++ b/Makefile
@@ -2,7 +2,7 @@
all: mlmym
-mlmym: VERSION
+mlmym:
go build -v -o mlmym
dev: