aboutsummaryrefslogtreecommitdiffstats
path: root/stylesheets
diff options
context:
space:
mode:
authorBruce Dubbs <bdubbs@linuxfromscratch.org>2021-05-14 10:17:51 -0500
committerBruce Dubbs <bdubbs@linuxfromscratch.org>2021-05-14 10:17:51 -0500
commit7a8a136dffb723dac58d1161cfee173ac369be38 (patch)
tree6277beb5b671ea96e73d21f077482fe2a7f5c720 /stylesheets
parent8725caed0249a7f00cff153ca69ed2f5168de6ce (diff)
Tweak mail address for missing patches
Diffstat (limited to 'stylesheets')
-rw-r--r--stylesheets/patcheslist.xsl2
1 files changed, 1 insertions, 1 deletions
diff --git a/stylesheets/patcheslist.xsl b/stylesheets/patcheslist.xsl
index d562ee2d7..d86d1814d 100644
--- a/stylesheets/patcheslist.xsl
+++ b/stylesheets/patcheslist.xsl
@@ -38,7 +38,7 @@ umask 002 &#x0a;&#x0a;</xsl:text>
<xsl:text>&#x0a;chgrp lfswww *.patch &amp;&amp;&#x0a;</xsl:text>
<xsl:text>
if [ `wc -l copyerrs | sed 's/ *//' | cut -f1 -d' '` -gt 0 ]; then
- mail -s "Missing LFS patches" lfs-book@linuxfromscratch.org &lt; copyerrs
+ mail -s "Missing LFS patches" lfs-book@lists.linuxfromscratch.org &lt; copyerrs
fi&#x0a;&#x0a;</xsl:text>
<xsl:text>exit&#x0a;</xsl:text>