You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@couchdb.apache.org by kx...@apache.org on 2015/07/22 07:29:38 UTC

[21/50] couchdb commit: updated refs/heads/developer-preview-2.0 to 2a31bca

fix variable name for $DEFAULT_PREFIX


Project: http://git-wip-us.apache.org/repos/asf/couchdb/repo
Commit: http://git-wip-us.apache.org/repos/asf/couchdb/commit/7853cb64
Tree: http://git-wip-us.apache.org/repos/asf/couchdb/tree/7853cb64
Diff: http://git-wip-us.apache.org/repos/asf/couchdb/diff/7853cb64

Branch: refs/heads/developer-preview-2.0
Commit: 7853cb64fbbfce206ca839732e3f01fdf426e971
Parents: 7c406da
Author: Micah Anderson <mi...@riseup.net>
Authored: Tue Jun 23 12:38:19 2015 -0400
Committer: Jan Lehnardt <ja...@apache.org>
Committed: Wed Jun 24 23:07:00 2015 +0200

----------------------------------------------------------------------
 configure | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/couchdb/blob/7853cb64/configure
----------------------------------------------------------------------
diff --git a/configure b/configure
index c286edc..c3f0f3c 100755
--- a/configure
+++ b/configure
@@ -46,7 +46,7 @@ Options:
 
   -h | --help                 display a short help message and exit
   # -u USER       set the username to run as (defaults to $COUCHDB_USER)
-  --prefix=DIRECTORY          set the installation prefix (defaults to $DEFAIULT_PREFIX)
+  --prefix=DIRECTORY          set the installation prefix (defaults to $DEFAULT_PREFIX)
   --databasedir DIRECTORY     specify the data directory (defaults to /var/lib/couchdb)
   --viewindexdir DIRECTORY    specify the view directory (defaults to /var/lib/couchdb)
   --logdir DIRECTORY          specify the log file (defaults to /var/log/couchdb.log)