From 4011b524963e2c7171a54cd4ca04879069843bf8 Mon Sep 17 00:00:00 2001 From: Kito Danya Dietrich Date: Thu, 18 Nov 2004 02:28:54 +0000 Subject: change to default-darwin profile --- scripts/bootstrap-macos.sh | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'scripts') diff --git a/scripts/bootstrap-macos.sh b/scripts/bootstrap-macos.sh index e40010659ec6..30abe620e15a 100644 --- a/scripts/bootstrap-macos.sh +++ b/scripts/bootstrap-macos.sh @@ -1,7 +1,7 @@ #!/bin/bash # Copyright 2004 The Gentoo Foundation, Pieter Van den Abeele # Distributed under the terms of the GNU General Public License, v2 -# $Header: /var/cvsroot/gentoo-x86/scripts/bootstrap-macos.sh,v 1.7 2004/09/03 20:49:03 pvdabeel Exp $ +# $Header: /var/cvsroot/gentoo-x86/scripts/bootstrap-macos.sh,v 1.8 2004/11/18 02:28:54 kito Exp $ # Make sure sudo passwd is asked for @@ -26,17 +26,17 @@ case "`uname -r`" in # We reuse the Panther profile RELEASE="10.3" ;; - 7*) + 7*) NAME="Panther" RELEASE="10.3" ;; 8*) - NAME="Tiger" + NAME="Tiger" RELEASE="10.4" ;; esac -sudo ln -sf /usr/portage/profiles/default-macos-${RELEASE} /etc/make.profile +sudo ln -sf /usr/portage/profiles/default-darwin/macos/${RELEASE} /etc/make.profile # ebegin "Portage will attempt taming your ${NAME}" @@ -50,4 +50,4 @@ function missing_devtools { gcc -v 2> /dev/null || missing_devtools echo -echo -e "Portage successfully tamed your ${NAME}" +echo -e "Portage successfully tamed your ${NAME}" \ No newline at end of file -- cgit v1.2.3-65-gdbad