dovecot-1.0: autogen.sh updated to use wiki1-export.tar.gz

dovecot at dovecot.org dovecot at dovecot.org
Sun Feb 12 03:32:50 EET 2012


details:   http://hg.dovecot.org/dovecot-1.0/rev/f8f680d5ae04
changeset: 5572:f8f680d5ae04
user:      Timo Sirainen <tss at iki.fi>
date:      Wed May 11 18:03:31 2011 +0300
description:
autogen.sh updated to use wiki1-export.tar.gz

diffstat:

 autogen.sh |  8 ++++----
 1 files changed, 4 insertions(+), 4 deletions(-)

diffs (18 lines):

diff -r 9073f25d1b94 -r f8f680d5ae04 autogen.sh
--- a/autogen.sh	Tue Jul 21 15:18:49 2009 -0400
+++ b/autogen.sh	Wed May 11 18:03:31 2011 +0300
@@ -18,10 +18,10 @@
 
 if test ! -f doc/wiki/Authentication.txt; then
   cd doc
-  wget http://www.dovecot.org/tmp/wiki-export.tar.gz
-  tar xzf wiki-export.tar.gz
-  mv wiki-export/*.txt wiki/
-  rm -rf wiki-export wiki-export.tar.gz
+  wget http://www.dovecot.org/tmp/wiki1-export.tar.gz
+  tar xzf wiki1-export.tar.gz
+  mv wiki1-export/*.txt wiki/
+  rm -rf wiki1-export wiki1-export.tar.gz
   cd ..
 fi
 


More information about the dovecot-cvs mailing list