40c0502f90
OBS-URL: https://build.opensuse.org/package/show/server:mail/alpine?expand=0&rev=29d0789f4220d751d698099644a6c9a8
17 lines
579 B
Diff
17 lines
579 B
Diff
---
|
|
alpine/Makefile.am | 4 ++--
|
|
1 file changed, 2 insertions(+), 2 deletions(-)
|
|
|
|
Index: alpine-2.22/alpine/Makefile.am
|
|
===================================================================
|
|
--- alpine-2.22.orig/alpine/Makefile.am
|
|
+++ alpine-2.22/alpine/Makefile.am
|
|
@@ -50,5 +50,5 @@ AM_LDFLAGS = `cat @top_srcdir@/c-client/
|
|
CLEANFILES = date.c
|
|
|
|
date.c:
|
|
- echo "char datestamp[]="\"$(ALPINE_DATESTAMP)\"";" > date.c
|
|
- echo "char hoststamp[]="\"$(ALPINE_HOSTSTAMP)\"";" >> date.c
|
|
+ echo "char datestamp[]="\"today\"";" > date.c
|
|
+ echo "char hoststamp[]="\"sand\"";" >> date.c
|