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 C8662138247 for ; Mon, 23 Dec 2013 02:54:41 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 354F7E0A44; Mon, 23 Dec 2013 02:54:41 +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 CA292E0A44 for ; Mon, 23 Dec 2013 02:54:40 +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 F1A9733F527 for ; Mon, 23 Dec 2013 02:54:39 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by hornbill.gentoo.org (Postfix) with ESMTP id 808EBE545E for ; Mon, 23 Dec 2013 02:54:37 +0000 (UTC) From: "Mike Frysinger" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Mike Frysinger" Message-ID: <1387767261.bf32d4ed37582c92624317f78c3cb011f019093c.vapier@gentoo> Subject: [gentoo-commits] proj/crossdev:master commit in: wrappers/, wrappers/etc/portage/ X-VCS-Repository: proj/crossdev X-VCS-Files: wrappers/Makefile wrappers/etc/portage/bashrc X-VCS-Directories: wrappers/ wrappers/etc/portage/ X-VCS-Committer: vapier X-VCS-Committer-Name: Mike Frysinger X-VCS-Revision: bf32d4ed37582c92624317f78c3cb011f019093c X-VCS-Branch: master Date: Mon, 23 Dec 2013 02:54:37 +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: e42cd0de-6c9d-442e-a7bd-e646a994f0b9 X-Archives-Hash: b9194d5daf4f4e5c4bfc6b96f953b782 commit: bf32d4ed37582c92624317f78c3cb011f019093c Author: Joakim Tjernlund transmode se> AuthorDate: Tue Dec 10 16:33:42 2013 +0000 Commit: Mike Frysinger gentoo org> CommitDate: Mon Dec 23 02:54:21 2013 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/crossdev.git;a=commit;h=bf32d4ed make.profile: move from /etc to /etc/portage This is where make.profile belongs in current portage --- wrappers/Makefile | 2 +- wrappers/etc/portage/bashrc | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/wrappers/Makefile b/wrappers/Makefile index eaa4115..144ecc1 100644 --- a/wrappers/Makefile +++ b/wrappers/Makefile @@ -18,6 +18,6 @@ install: sed -i -e s@__PREFIX__@$(PREFIX)@g $(DESTDIR)/$(PREFIX)/bin/emerge-wrapper sed -i -e s@__TOPDIR__@$(SITE)@g $(DESTDIR)/$(SITE)/config.site mv $(DESTDIR)/$(SITE)/config.site $(DESTDIR)/$(PREFIX)/share/ - ln -sf $(PORTDIR)/profiles/embedded $(DESTDIR)/$(PREFIX)/share/crossdev/etc/make.profile + ln -sf $(PORTDIR)/profiles/embedded $(DESTDIR)/$(PREFIX)/share/crossdev/etc/portage/make.profile .PHONY: all install diff --git a/wrappers/etc/portage/bashrc b/wrappers/etc/portage/bashrc index e78b634..4ca2768 100644 --- a/wrappers/etc/portage/bashrc +++ b/wrappers/etc/portage/bashrc @@ -1,4 +1,4 @@ -[[ $(basename $(readlink -f $PORTAGE_CONFIGROOT/etc/make.profile)) == "embedded" ]] && . ${PORTDIR}/profiles/base/profile.bashrc +[[ $(basename $(readlink -f $PORTAGE_CONFIGROOT/etc/portage/make.profile)) == "embedded" ]] && . ${PORTDIR}/profiles/base/profile.bashrc post_src_install() { [[ -d ${D} ]] || return 0