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

dovecot at dovecot.org dovecot at dovecot.org
Tue May 17 13:13:45 EEST 2011


details:   http://hg.dovecot.org/dovecot-1.2/rev/d8220ad46879
changeset: 9644:d8220ad46879
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 ede60b230594 -r d8220ad46879 autogen.sh
--- a/autogen.sh	Wed May 11 15:17:02 2011 +0300
+++ 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