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 B22661387FD for ; Sat, 5 Apr 2014 07:36:22 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 12E59E09DF; Sat, 5 Apr 2014 07:36:09 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id A6CFEE09DF for ; Sat, 5 Apr 2014 07:36:08 +0000 (UTC) Received: from spoonbill.gentoo.org (spoonbill.gentoo.org [81.93.255.5]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id D3B4E33FE9C for ; Sat, 5 Apr 2014 07:36:07 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by spoonbill.gentoo.org (Postfix) with ESMTP id BB16118874 for ; Sat, 5 Apr 2014 07:36:05 +0000 (UTC) From: "Brian Dolbec" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Brian Dolbec" Message-ID: <1396683305.a1f457e311ee67dbfcd330ffcabeaa9beaeeb55c.dol-sen@gentoo> Subject: [gentoo-commits] proj/catalyst:2.X commit in: modules/ X-VCS-Repository: proj/catalyst X-VCS-Files: modules/generic_stage_target.py X-VCS-Directories: modules/ X-VCS-Committer: dol-sen X-VCS-Committer-Name: Brian Dolbec X-VCS-Revision: a1f457e311ee67dbfcd330ffcabeaa9beaeeb55c X-VCS-Branch: 2.X Date: Sat, 5 Apr 2014 07:36:05 +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: e2fec5f8-cb84-401d-8a38-31a9ea090d44 X-Archives-Hash: 2427297327edc9bbbae45ea9ca099b7c commit: a1f457e311ee67dbfcd330ffcabeaa9beaeeb55c Author: Brian Dolbec gentoo org> AuthorDate: Sat Apr 5 07:35:05 2014 +0000 Commit: Brian Dolbec gmail com> CommitDate: Sat Apr 5 07:35:05 2014 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/catalyst.git;a=commit;h=a1f457e3 generic_stage_target: Add a trailing / to the cp /etc/reolv.conf command --- modules/generic_stage_target.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/generic_stage_target.py b/modules/generic_stage_target.py index 530f7ee..6852b7e 100644 --- a/modules/generic_stage_target.py +++ b/modules/generic_stage_target.py @@ -996,7 +996,7 @@ class generic_stage_target(generic_target): #self.makeconf=read_makeconf(self.settings["chroot_path"]+"/etc/portage/make.conf") - cmd("cp /etc/resolv.conf "+self.settings["chroot_path"]+"/etc",\ + cmd("cp /etc/resolv.conf " + self.settings["chroot_path"] + "/etc/", "Could not copy resolv.conf into place.",env=self.env) """ Copy over the envscript, if applicable """