Debianization and various other fixes.
[ezmlm] / ezmlm-make.c
index 11fc6f4..6676a61 100644 (file)
@@ -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)