From 327a3ee7ba2b636732b9a4ae31c7ec2f9606dee1 Mon Sep 17 00:00:00 2001 From: Pierre Labastie Date: Wed, 2 Mar 2022 11:46:09 +0100 Subject: [PATCH] Change mail address for sending reports --- common/makefile-functions | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/common/makefile-functions b/common/makefile-functions index 710d332..8f5243d 100644 --- a/common/makefile-functions +++ b/common/makefile-functions @@ -182,7 +182,7 @@ define echo_report echo $(BOLD) The report file $(BLUE)$(1)$(BOLD) has been created ; \ echo ; \ echo $(WHITE)Please send the $(BOLD)$(MOUNT_PT)/jhalfs/$(1)$(WHITE) ; \ - echo file to $(BOLD)jhalfs-reports@linuxfromscratch.org$(WHITE) ; \ + echo file to $(BOLD)alfs-discuss@lists.linuxfromscratch.org$(WHITE) ; \ echo ; \ echo That will help us to keep more accurate SBU and ; \ echo disk usage values into the book. Thanks. ; \