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 7209213800E for ; Tue, 31 Jul 2012 16:19:21 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 5E6B7E0205; Tue, 31 Jul 2012 16:19:14 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id 29151E0205 for ; Tue, 31 Jul 2012 16:19:14 +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 925BD1B4020 for ; Tue, 31 Jul 2012 16:19:13 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by hornbill.gentoo.org (Postfix) with ESMTP id 53567E5437 for ; Tue, 31 Jul 2012 16:19:12 +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: <1343751536.0374b1bd4c2de5f06eb53eeaf02dcb1b659616d2.vapier@gentoo> Subject: [gentoo-commits] proj/crossdev:master commit in: / X-VCS-Repository: proj/crossdev X-VCS-Files: settings.mk X-VCS-Directories: / X-VCS-Committer: vapier X-VCS-Committer-Name: Mike Frysinger X-VCS-Revision: 0374b1bd4c2de5f06eb53eeaf02dcb1b659616d2 X-VCS-Branch: master Date: Tue, 31 Jul 2012 16:19:12 +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: 033fa13d-a0fe-4f39-95b1-9dfe986b16aa X-Archives-Hash: 46935bb627b673ce6ec9bda353005680 commit: 0374b1bd4c2de5f06eb53eeaf02dcb1b659616d2 Author: Mike Frysinger gentoo org> AuthorDate: Tue Jul 31 16:18:56 2012 +0000 Commit: Mike Frysinger gentoo org> CommitDate: Tue Jul 31 16:18:56 2012 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/crossdev.git;a=commit;h=0374b1bd utilize $EPREFIX in the env if it is set URL: https://bugs.gentoo.org/384167 Signed-off-by: Mike Frysinger gentoo.org> --- settings.mk | 5 +++-- 1 files changed, 3 insertions(+), 2 deletions(-) diff --git a/settings.mk b/settings.mk index 21063b9..dba6419 100644 --- a/settings.mk +++ b/settings.mk @@ -1,8 +1,9 @@ -# Copyright 2008-2010 Gentoo Foundation +# Copyright 2008-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 DESTDIR ?= -PREFIX ?= /usr +EPREFIX ?= /usr +PREFIX ?= $(EPREFIX) INSTALL_DIR = install -m 755 -d INSTALL_EXEC = install -m 755