Return-Path: X-Original-To: apmail-couchdb-commits-archive@www.apache.org Delivered-To: apmail-couchdb-commits-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 7067A18DDC for ; Wed, 22 Jul 2015 05:29:26 +0000 (UTC) Received: (qmail 21438 invoked by uid 500); 22 Jul 2015 05:29:19 -0000 Delivered-To: apmail-couchdb-commits-archive@couchdb.apache.org Received: (qmail 21159 invoked by uid 500); 22 Jul 2015 05:29:19 -0000 Mailing-List: contact commits-help@couchdb.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@couchdb.apache.org Delivered-To: mailing list commits@couchdb.apache.org Received: (qmail 19866 invoked by uid 99); 22 Jul 2015 05:29:18 -0000 Received: from git1-us-west.apache.org (HELO git1-us-west.apache.org) (140.211.11.23) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 22 Jul 2015 05:29:18 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id ADE21E33CA; Wed, 22 Jul 2015 05:29:18 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: kxepal@apache.org To: commits@couchdb.apache.org Date: Wed, 22 Jul 2015 05:29:49 -0000 Message-Id: In-Reply-To: <965fb5c70d53481cbb0ba93c46adbed7@git.apache.org> References: <965fb5c70d53481cbb0ba93c46adbed7@git.apache.org> X-Mailer: ASF-Git Admin Mailer Subject: [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 Authored: Wed Jun 24 21:57:02 2015 +0200 Committer: Jan Lehnardt 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)