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

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

use generate etc files


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

Branch: refs/heads/developer-preview-2.0
Commit: 4479b7204bf97c48064b563f1061112d4afe9338
Parents: c1e69c5
Author: Jan Lehnardt <ja...@apache.org>
Authored: Wed Jun 24 21:57:02 2015 +0200
Committer: Jan Lehnardt <ja...@apache.org>
Committed: Wed Jun 24 23:07:47 2015 +0200

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


http://git-wip-us.apache.org/repos/asf/couchdb/blob/4479b720/Makefile
----------------------------------------------------------------------
diff --git a/Makefile b/Makefile
index ecf8205..42f3e3b 100644
--- a/Makefile
+++ b/Makefile
@@ -119,7 +119,7 @@ install: all
 	@mkdir -p $(DESTDIR)/$(sysconf_dir)
 	@mkdir -p $(DESTDIR)/$(sysconf_dir)/default.d
 	@mkdir -p $(DESTDIR)/$(sysconf_dir)/local.d
-	@cp rel/overlay/etc/default.ini rel/overlay/etc/local.ini $(DESTDIR)/$(sysconf_dir)
+	@cp rel/couchdb/etc/default.ini rel/couchdb/etc/local.ini $(DESTDIR)/$(sysconf_dir)
 
 	@mkdir -p $(DESTDIR)/$(data_dir)
 	@cp -R share/server share/www $(DESTDIR)/$(data_dir)