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:27 UTC

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

fix reinstalls


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

Branch: refs/heads/developer-preview-2.0
Commit: 6ad3e31e6b4485ecca7feccd3a38cc2b05acf1e8
Parents: 7f10157
Author: Jan Lehnardt <ja...@apache.org>
Authored: Mon Apr 6 23:14:39 2015 +0200
Committer: Jan Lehnardt <ja...@apache.org>
Committed: Wed Jun 24 23:06:51 2015 +0200

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


http://git-wip-us.apache.org/repos/asf/couchdb/blob/6ad3e31e/Makefile
----------------------------------------------------------------------
diff --git a/Makefile b/Makefile
index 2a96c64..dc07056 100644
--- a/Makefile
+++ b/Makefile
@@ -89,7 +89,7 @@ install: all
 	@chown $(user) $(data_dir)
 	@mkdir -p $(view_index_dir)
 	@chown $(user) $(view_index_dir)
-	@mkdir `dirname $(log_file)`
+	@mkdir -p `dirname $(log_file)`
 	@touch $(log_file)
 	@chown $(user) $(log_file)