commit:     588d918f891fa76edb711df322b713e9072214ed
Author:     Benda Xu <heroxbd <AT> gentoo <DOT> org>
AuthorDate: Wed Jan 17 02:11:18 2018 +0000
Commit:     Benda XU <heroxbd <AT> gentoo <DOT> org>
CommitDate: Wed Jan 17 02:11:18 2018 +0000
URL:        https://gitweb.gentoo.org/repo/proj/prefix.git/commit/?id=588d918f

bootstrap-prefix.sh: no-multilib should not be leaked into prefix-rpath

 scripts/bootstrap-prefix.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/scripts/bootstrap-prefix.sh b/scripts/bootstrap-prefix.sh
index 1119dabc06..5f2e0d473f 100755
--- a/scripts/bootstrap-prefix.sh
+++ b/scripts/bootstrap-prefix.sh
@@ -381,7 +381,7 @@ bootstrap_setup() {
                        ;;
                x86_64-pc-linux-gnu)
                        profile=${profile_linux/ARCH/amd64}
-                       profile=${profile/prefix/no-multilib/prefix}
+                       profile=${profile/17.0/17.0/no-multilib}
                        ;;
                ia64-pc-linux-gnu)
                        profile=${profile_linux/ARCH/ia64}

Reply via email to