Gentoo Archives: gentoo-commits

From: Nathan Phillip Brink <binki@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/multilib-portage:master commit in: bin/
Date: Wed, 22 Aug 2012 07:51:35
Message-Id: 1345621825.e650d11bb0e67a12cca6e239d93a9f20a787e3e6.binki@gentoo
1 commit: e650d11bb0e67a12cca6e239d93a9f20a787e3e6
2 Author: Nathan Phillip Brink <binki <AT> gentoo <DOT> org>
3 AuthorDate: Wed Aug 22 07:50:25 2012 +0000
4 Commit: Nathan Phillip Brink <binki <AT> gentoo <DOT> org>
5 CommitDate: Wed Aug 22 07:50:25 2012 +0000
6 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/multilib-portage.git;a=commit;h=e650d11b
7
8 Fix the path printed to doc/portage-multilib-instructions and refer to profile setup more clearly as /etc/make.profile.
9
10 ---
11 bin/add_multilib_abi | 4 ++--
12 1 files changed, 2 insertions(+), 2 deletions(-)
13
14 diff --git a/bin/add_multilib_abi b/bin/add_multilib_abi
15 index 27b11ed..505fcb2 100755
16 --- a/bin/add_multilib_abi
17 +++ b/bin/add_multilib_abi
18 @@ -8,8 +8,8 @@ MULTILIB_ABIS=$(portageq envvar MULTILIB_ABIS)
19 if [[ -z ${DEFAULT_ABI} || -z ${MULTILIB_ABIS} ]]; then
20 echo >&2
21 echo "I cannot get proper DEFAULT_ABI and MULTILIB_ABIS values. Have you installed" >&2
22 - echo "portage-multilib correctly and setup the profile as described in" >&2
23 - echo "$(dirname "${0}")/../portage-multilib-instructions?" >&2
24 + echo "portage-multilib correctly and configured /etc/make.profile as described in" >&2
25 + echo "$(dirname "${0}")/../doc/portage-multilib-instructions?" >&2
26 exit 1
27 fi
28 echo " done" >&2