summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPieter van den Abeele <pvdabeel@gentoo.org>2004-07-13 03:19:42 +0000
committerPieter van den Abeele <pvdabeel@gentoo.org>2004-07-13 03:19:42 +0000
commit09061b7b5832b39971c3787493eeafea0ea9091f (patch)
treea5def4e54f521747aa28d4109ed65658b2f4f973 /scripts/bootstrap-macos.sh
parent~ppc64, bug #55965 (Manifest recommit) (diff)
downloadgentoo-2-09061b7b5832b39971c3787493eeafea0ea9091f.tar.gz
gentoo-2-09061b7b5832b39971c3787493eeafea0ea9091f.tar.bz2
gentoo-2-09061b7b5832b39971c3787493eeafea0ea9091f.zip
sudo tweak
Diffstat (limited to 'scripts/bootstrap-macos.sh')
-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 78779a2be292..4fbcc1046a14 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.2 2004/07/13 00:18:49 pvdabeel Exp $
+# $Header: /var/cvsroot/gentoo-x86/scripts/bootstrap-macos.sh,v 1.3 2004/07/13 03:19:42 pvdabeel Exp $
source /usr/lib/portage/bin/functions.sh
@@ -21,6 +21,8 @@ echo
BEAST=`uname -r | grep 7 | echo "Panther" || echo "Tiger"`
RELEASE=`uname -r | grep 7 | echo "10.3" || echo "10.4"`
+sudo uname -r > /etc/gentoo-release
+
ebegin "Portage will attempt taming the ${BEAST} it found"
function eaten {