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

dovecot at dovecot.org dovecot at dovecot.org
Mon Aug 29 06:48:07 EEST 2011


details:   http://hg.dovecot.org/dovecot-1.1/rev/d9f9ca8c7fe2
changeset: 8372:d9f9ca8c7fe2
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 3698dfe0f21c -r d9f9ca8c7fe2 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