mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-10-31 00:12:05 +01:00
16 lines
328 B
Diff
16 lines
328 B
Diff
To allow for spaces in BUILT_BY
|
|
|
|
diff --git a/Makefile b/Makefile
|
|
index 244ae32..1c4f658 100644
|
|
--- a/Makefile
|
|
+++ b/Makefile
|
|
@@ -11,7 +11,7 @@ ifdef DATE
|
|
GO_LDFLAGS+=-X main.date=${DATE}
|
|
endif
|
|
ifdef BUILT_BY
|
|
- GO_LDFLAGS+=-X main.builtBy=${BUILT_BY}
|
|
+ GO_LDFLAGS+=-X 'main.builtBy=${BUILT_BY}'
|
|
endif
|
|
PREFIX?=/usr/local
|
|
|