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 29CD9138010 for ; Wed, 22 Aug 2012 07:51:35 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 1D7A3E07A8; Wed, 22 Aug 2012 07:51:28 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id E42D4E07A8 for ; Wed, 22 Aug 2012 07:51:27 +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 579D233DDC3 for ; Wed, 22 Aug 2012 07:51:27 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by hornbill.gentoo.org (Postfix) with ESMTP id 12AE2E543B for ; Wed, 22 Aug 2012 07:51:26 +0000 (UTC) From: "Nathan Phillip Brink" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Nathan Phillip Brink" Message-ID: <1345621825.e650d11bb0e67a12cca6e239d93a9f20a787e3e6.binki@gentoo> Subject: [gentoo-commits] proj/multilib-portage:master commit in: bin/ X-VCS-Repository: proj/multilib-portage X-VCS-Files: bin/add_multilib_abi X-VCS-Directories: bin/ X-VCS-Committer: binki X-VCS-Committer-Name: Nathan Phillip Brink X-VCS-Revision: e650d11bb0e67a12cca6e239d93a9f20a787e3e6 X-VCS-Branch: master Date: Wed, 22 Aug 2012 07:51:26 +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: 8132a7b0-0db1-4c08-9c81-587dd6803b36 X-Archives-Hash: f8cc9d60862136d6a66c2c6f68c51074 commit: e650d11bb0e67a12cca6e239d93a9f20a787e3e6 Author: Nathan Phillip Brink gentoo org> AuthorDate: Wed Aug 22 07:50:25 2012 +0000 Commit: Nathan Phillip Brink gentoo org> CommitDate: Wed Aug 22 07:50:25 2012 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/multilib-portage.git;a=commit;h=e650d11b Fix the path printed to doc/portage-multilib-instructions and refer to profile setup more clearly as /etc/make.profile. --- bin/add_multilib_abi | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/bin/add_multilib_abi b/bin/add_multilib_abi index 27b11ed..505fcb2 100755 --- a/bin/add_multilib_abi +++ b/bin/add_multilib_abi @@ -8,8 +8,8 @@ MULTILIB_ABIS=$(portageq envvar MULTILIB_ABIS) if [[ -z ${DEFAULT_ABI} || -z ${MULTILIB_ABIS} ]]; then echo >&2 echo "I cannot get proper DEFAULT_ABI and MULTILIB_ABIS values. Have you installed" >&2 - echo "portage-multilib correctly and setup the profile as described in" >&2 - echo "$(dirname "${0}")/../portage-multilib-instructions?" >&2 + echo "portage-multilib correctly and configured /etc/make.profile as described in" >&2 + echo "$(dirname "${0}")/../doc/portage-multilib-instructions?" >&2 exit 1 fi echo " done" >&2