From: Sebastian B. <sb...@us...> - 2013-12-24 08:59:39
|
Update of /cvsroot/simplemail/simplemail/tests In directory sfp-cvs-1.v30.ch3.sourceforge.com:/tmp/cvs-serv29011/tests Modified Files: makefile Log Message: Configure, make, and instal dovecot. Index: makefile =================================================================== RCS file: /cvsroot/simplemail/simplemail/tests/makefile,v retrieving revision 1.26 retrieving revision 1.27 diff -u -d -r1.26 -r1.27 --- makefile 24 Dec 2013 08:59:19 -0000 1.26 +++ makefile 24 Dec 2013 08:59:37 -0000 1.27 @@ -125,3 +125,4 @@ dovecot: $(DOVECOT_TGZ) rm -Rf $(DOVECOT_DIR) tar -xzf $(DOVECOT_TGZ) + cd $(DOVECOT_DIR); ./configure --prefix=$(shell pwd)/$(DOVECOT_DIR)-root; $(MAKE) ; $(MAKE) install \ No newline at end of file |