summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMicah Anderson <micah@riseup.net>2015-06-23 12:38:19 -0400
committerJan Lehnardt <jan@apache.org>2015-06-24 23:07:00 +0200
commit7853cb64fbbfce206ca839732e3f01fdf426e971 (patch)
treedb3b755c769edde2bb60bc56e516b0a1aaa41c4c
parent7c406da4f05b4a4d9dea0e709bcae3aab87215ef (diff)
downloadcouchdb-7853cb64fbbfce206ca839732e3f01fdf426e971.tar.gz
fix variable name for $DEFAULT_PREFIX
-rwxr-xr-xconfigure2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure b/configure
index c286edc73..c3f0f3c59 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)