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
commiteb67b4b67169e0c18ab8e4b3ce9e13f92dad8449 (patch)
treed4409f67643414bc2e25ea887d75ea10889f2b2a /scripts
parent~ppc64, bug #55965 (diff)
downloadhistorical-eb67b4b67169e0c18ab8e4b3ce9e13f92dad8449.tar.gz
historical-eb67b4b67169e0c18ab8e4b3ce9e13f92dad8449.tar.bz2
historical-eb67b4b67169e0c18ab8e4b3ce9e13f92dad8449.zip
sudo tweak
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 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 {