dovecot-1.2: quota: Typofix to previous commit. Hopefully the la...

dovecot at dovecot.org dovecot at dovecot.org
Tue Jul 14 19:48:08 EEST 2009


details:   http://hg.dovecot.org/dovecot-1.2/rev/b6aaca59301a
changeset: 9227:b6aaca59301a
user:      Timo Sirainen <tss at iki.fi>
date:      Tue Jul 14 12:48:02 2009 -0400
description:
quota: Typofix to previous commit. Hopefully the last change..

diffstat:

1 file changed, 1 insertion(+), 1 deletion(-)
src/plugins/quota/Makefile.am |    2 +-

diffs (12 lines):

diff -r 1b5a1ac430a7 -r b6aaca59301a src/plugins/quota/Makefile.am
--- a/src/plugins/quota/Makefile.am	Tue Jul 14 12:39:55 2009 -0400
+++ b/src/plugins/quota/Makefile.am	Tue Jul 14 12:48:02 2009 -0400
@@ -73,7 +73,7 @@ DISTFILES = $(DIST_COMMON) $(quota_dist_
 DISTFILES = $(DIST_COMMON) $(quota_dist_sources) $(TEXINFOS) $(EXTRA_DIST)
 
 clean-generic:
-	if [ [ "$(top_srcdir)" != "$(top_builddir)" ]; then \
+	if [ "$(top_srcdir)" != "$(top_builddir)" ]; then \
 	  rm -f $(top_builddir)/src/plugins/quota/rquota.x; \
 	fi; \
 	rm -f rquota_xdr.c rquota.h


More information about the dovecot-cvs mailing list