From 565497cab1c0a6d7be2d99940b0aca7f657259d7 Mon Sep 17 00:00:00 2001 From: "Dustin C. Hatch" Date: Mon, 9 Dec 2024 08:32:27 -0600 Subject: [PATCH] wip: prepare: do not set profile --- prepare.sh | 3 --- 1 file changed, 3 deletions(-) diff --git a/prepare.sh b/prepare.sh index 4ee035e..6054f58 100755 --- a/prepare.sh +++ b/prepare.sh @@ -41,9 +41,6 @@ if [ ! -f portage/make.conf/10-crossdev.conf ]; then > "${O}"/portage/etc/portage/make.conf/10-crossdev.conf fi -ln -snf /var/db/repos/gentoo/profiles/${profile} \ - /usr/${target}/etc/portage/make.profile - FEATURES="${FEATURES}" \ PKGDIR="${PKGDIR}" \ ${target}-emerge -bk1nvj sys-libs/glibc