24 lines
1.1 KiB
Text
24 lines
1.1 KiB
Text
Index: libs/maildir/Makefile.in
|
|
--- libs/maildir/Makefile.in.orig
|
|
+++ libs/maildir/Makefile.in
|
|
@@ -1291,16 +1291,16 @@ mailbot.h: config.status
|
|
echo '#define MAILBOT "@MAILBOT@"' >mailbot.h
|
|
|
|
maildirsharedrc.h: config.status
|
|
- echo '#define MAILDIRSHAREDRC "$(sysconfdir)/maildirshared"' >maildirsharedrc.h
|
|
+ echo '#define MAILDIRSHAREDRC "$(sysconfdir)/maildrop/maildirshared"' >maildirsharedrc.h
|
|
|
|
maildirfilterconfig.h: config.status
|
|
- echo '#define MAILDIRFILTERCONFIG "$(sysconfdir)/maildirfilterconfig"' >maildirfilterconfig.h
|
|
+ echo '#define MAILDIRFILTERCONFIG "$(sysconfdir)/maildrop/maildirfilterconfig"' >maildirfilterconfig.h
|
|
|
|
autoresponsequota.h: config.status
|
|
- echo '#define AUTORESPONSEQUOTA "$(sysconfdir)/autoresponsesquota"' >autoresponsequota.h
|
|
+ echo '#define AUTORESPONSEQUOTA "$(sysconfdir)/maildrop/autoresponsesquota"' >autoresponsequota.h
|
|
|
|
quotawarnmsg.h: config.status
|
|
- echo '#define QUOTAWARNMSG "$(sysconfdir)/quotawarnmsg"' >quotawarnmsg.h
|
|
+ echo '#define QUOTAWARNMSG "$(sysconfdir)/maildrop/quotawarnmsg"' >quotawarnmsg.h
|
|
|
|
clean-local:
|
|
rm -rf testmd
|