From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id E06B21381F3 for ; Sun, 11 Aug 2013 10:01:58 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 01219E0AD2; Sun, 11 Aug 2013 10:01:55 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 8CAB6E0AD2 for ; Sun, 11 Aug 2013 10:01:53 +0000 (UTC) Received: from hornbill.gentoo.org (hornbill.gentoo.org [94.100.119.163]) (using TLSv1 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 9816E33EB7D for ; Sun, 11 Aug 2013 10:01:52 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by hornbill.gentoo.org (Postfix) with ESMTP id 161CBE468F for ; Sun, 11 Aug 2013 10:01:51 +0000 (UTC) From: "Fabian Groffen" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Fabian Groffen" Message-ID: <1376215280.e9289086293e24a47f22d1fdea67529479413ba7.grobian@gentoo> Subject: [gentoo-commits] proj/portage:prefix commit in: cnf/ X-VCS-Repository: proj/portage X-VCS-Files: cnf/Makefile.in X-VCS-Directories: cnf/ X-VCS-Committer: grobian X-VCS-Committer-Name: Fabian Groffen X-VCS-Revision: e9289086293e24a47f22d1fdea67529479413ba7 X-VCS-Branch: prefix Date: Sun, 11 Aug 2013 10:01:51 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: 7064d4e2-5970-4219-9672-a1f3f558d684 X-Archives-Hash: 14d7164701d3d88d7e9acd04c160a89a commit: e9289086293e24a47f22d1fdea67529479413ba7 Author: Fabian Groffen gentoo org> AuthorDate: Sun Aug 11 10:01:20 2013 +0000 Commit: Fabian Groffen gentoo org> CommitDate: Sun Aug 11 10:01:20 2013 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/portage.git;a=commit;h=e9289086 cnf: install existing file --- cnf/Makefile.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cnf/Makefile.in b/cnf/Makefile.in index 139cee1..5b24c66 100644 --- a/cnf/Makefile.in +++ b/cnf/Makefile.in @@ -30,7 +30,7 @@ install: "$(srcdir)"/sets/portage.conf $(INSTALL_subst) \ -o "$(portageuser)" -g "$(portagegroup)" \ - "$(srcdir)"/make.conf "$(DESTDIR)$(PORTAGE_CONF)"/make.conf.example + "$(srcdir)"/make.conf.example "$(DESTDIR)$(PORTAGE_CONF)"/make.conf.example $(INSTALL) -d -m 755 -o "$(portageuser)" -g "$(portagegroup)" $(DESTDIR)$(sysconfdir) $(INSTALL_subst) \ -o "$(portageuser)" -g "$(portagegroup)" \