diff options
| -rw-r--r-- | sqwebmail/ChangeLog | 4 | ||||
| -rw-r--r-- | sqwebmail/Makefile.am | 4 |
2 files changed, 6 insertions, 2 deletions
diff --git a/sqwebmail/ChangeLog b/sqwebmail/ChangeLog index cd2b75e..24549ab 100644 --- a/sqwebmail/ChangeLog +++ b/sqwebmail/ChangeLog @@ -2,6 +2,10 @@ * courier.spec.in: Update to use systemd macros. +2014-02-15 "Alexei Batyr'" <lehel@pcmag.ru> + + * Fix wrong path in Makefile. + 2014-01-12 Sam Varshavchik <mrsam@courier-mta.com> * Factored out the unicode library into a separate package. diff --git a/sqwebmail/Makefile.am b/sqwebmail/Makefile.am index 49f769c..2840588 100644 --- a/sqwebmail/Makefile.am +++ b/sqwebmail/Makefile.am @@ -140,7 +140,7 @@ htmllibdir.h: config.status echo '#define SOCKDIR "$(localstatedir)"' >>htmllibdir.h echo '#define SHAREDINDEXFILE "$(sysconfdir)/shared/index"' >>htmllibdir.h echo '#define SQWEBPASSWD "$(pkglibexecdir)/sqwebpasswd"' >>htmllibdir.h - if test -d $(srcdir)/../courier \ + if test -d $(srcdir)/../../courier \ ; then \ echo '#define HOSTNAMEFILE "$(sysconfdir)/defaultdomain"' >>htmllibdir.h \ ; echo '#define MAKEMIME "$(bindir)/makemime"' >>htmllibdir.h \ @@ -188,7 +188,7 @@ cache-reminder: @echo '-----------------------------------------------------------' >>sqwebmail.msg @echo 'You must now add the following command to your system startup script:' >>sqwebmail.msg @echo '' >>sqwebmail.msg - @if test -d $(srcdir)/../courier \ + @if test -d $(srcdir)/../../courier \ ; then \ echo '$(sbindir)/webmaild start' >>sqwebmail.msg ; else \ echo '$(libexecdir)/sqwebmaild.rc start' >>sqwebmail.msg ; fi |
