summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMark Guertin <gerk@gentoo.org>2002-12-21 17:31:54 +0000
committerMark Guertin <gerk@gentoo.org>2002-12-21 17:31:54 +0000
commit89449e824967a52a1eb1d49fc5da5f0355fe1c72 (patch)
tree0ae98c5720b2db7da1f70c9e3d55ff8920e97052 /sys-apps/yaboot
parentcleanup (diff)
downloadgentoo-2-89449e824967a52a1eb1d49fc5da5f0355fe1c72.tar.gz
gentoo-2-89449e824967a52a1eb1d49fc5da5f0355fe1c72.tar.bz2
gentoo-2-89449e824967a52a1eb1d49fc5da5f0355fe1c72.zip
fixed missing macos (for macosx)
Diffstat (limited to 'sys-apps/yaboot')
-rw-r--r--sys-apps/yaboot/files/yabootconfig2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys-apps/yaboot/files/yabootconfig b/sys-apps/yaboot/files/yabootconfig
index afe058e9221e..ee9e13e61bb8 100644
--- a/sys-apps/yaboot/files/yabootconfig
+++ b/sys-apps/yaboot/files/yabootconfig
@@ -595,7 +595,7 @@ if [ -n "$MACOS" ] ; then
MACOSBOOT="macos=${MACOS}\n"
fi
if [ -n "OSX" ] ; then
- OSXBOOT="osx=${OSX}\n"
+ OSXBOOT="macosx=${OSX}\n"
fi