summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPieter van den Abeele <pvdabeel@gentoo.org>2004-07-13 00:18:49 +0000
committerPieter van den Abeele <pvdabeel@gentoo.org>2004-07-13 00:18:49 +0000
commit2263d006fbe38673b2b474f0263e01f29f94bc7d (patch)
tree62d9bda2d0f356d0d301d56fb7e2037fc795a191 /scripts
parentBootstraps Gentoo Mac OS X (diff)
downloadhistorical-2263d006fbe38673b2b474f0263e01f29f94bc7d.tar.gz
historical-2263d006fbe38673b2b474f0263e01f29f94bc7d.tar.bz2
historical-2263d006fbe38673b2b474f0263e01f29f94bc7d.zip
Gentoo Mac OS bootstrap script. (use regular bootstrap.sh for Darwin). This
script detects and injects installed software, checks for the Apple developer tools. The script should be robust and can be run repeatedly without problems.
Diffstat (limited to 'scripts')
-rw-r--r--scripts/bootstrap-macos.sh4
1 files changed, 3 insertions, 1 deletions
diff --git a/scripts/bootstrap-macos.sh b/scripts/bootstrap-macos.sh
index 17d269369443..78779a2be292 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.1 2004/07/13 00:14:34 pvdabeel Exp $
+# $Header: /var/cvsroot/gentoo-x86/scripts/bootstrap-macos.sh,v 1.2 2004/07/13 00:18:49 pvdabeel Exp $
source /usr/lib/portage/bin/functions.sh
@@ -9,6 +9,8 @@ source /usr/lib/portage/bin/functions.sh
# for Operating systems such as Solaris, ... If your interested in doing
# such a port, contact Pieter Van den Abeele at pvdabeel@gentoo.org
+# Note: for complete darwin bootstraps, we'll reuse the regular portage bootstrap.sh
+
trap 'exit 1' TERM KILL INT QUIT ABRT
echo