summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKito Danya Dietrich <kito@gentoo.org>2004-11-18 02:28:54 +0000
committerKito Danya Dietrich <kito@gentoo.org>2004-11-18 02:28:54 +0000
commit4011b524963e2c7171a54cd4ca04879069843bf8 (patch)
tree401ea374ad448ed2f0c78faabdfa75c33985aaee /scripts
parentremove obsolete moz mask (diff)
downloadhistorical-4011b524963e2c7171a54cd4ca04879069843bf8.tar.gz
historical-4011b524963e2c7171a54cd4ca04879069843bf8.tar.bz2
historical-4011b524963e2c7171a54cd4ca04879069843bf8.zip
change to default-darwin profile
Diffstat (limited to 'scripts')
-rw-r--r--scripts/bootstrap-macos.sh10
1 files changed, 5 insertions, 5 deletions
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