diff options
author | Pieter van den Abeele <pvdabeel@gentoo.org> | 2004-07-13 00:18:49 +0000 |
---|---|---|
committer | Pieter van den Abeele <pvdabeel@gentoo.org> | 2004-07-13 00:18:49 +0000 |
commit | 90aad3ac72b9922c2afbf232a635c80ff5f19cb2 (patch) | |
tree | 02abee5eb1b024900368131743645d2bd3b032ba /scripts | |
parent | Bootstraps Gentoo Mac OS X (diff) | |
download | gentoo-2-90aad3ac72b9922c2afbf232a635c80ff5f19cb2.tar.gz gentoo-2-90aad3ac72b9922c2afbf232a635c80ff5f19cb2.tar.bz2 gentoo-2-90aad3ac72b9922c2afbf232a635c80ff5f19cb2.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.sh | 4 |
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 |