X-Git-Url: https://git.distorted.org.uk/~mdw/ezmlm/blobdiff_plain/f8beb284087c279acfb30506f5bb32baa4949b44..HEAD:/ezmlm-make.c diff --git a/ezmlm-make.c b/ezmlm-make.c index 11fc6f4..6676a61 100644 --- a/ezmlm-make.c +++ b/ezmlm-make.c @@ -423,7 +423,7 @@ char **argv; if (errno != error_noent) strerr_die4sys(111,FATAL,ERR_OPEN,template.s,": "); else { /* ezbin/ezmlmrc */ - if (!stralloc_copys(&template,auto_bin)) die_nomem(); + if (!stralloc_copys(&template,"/usr/share/ezmlm")) die_nomem(); if (!stralloc_cats(&template,TXT_EZMLMRC)) die_nomem(); if (!stralloc_0(&template)) die_nomem(); if ((fdin = open_read(template.s)) == -1)