diff options
author | Mark Guertin <gerk@gentoo.org> | 2002-12-21 17:31:54 +0000 |
---|---|---|
committer | Mark Guertin <gerk@gentoo.org> | 2002-12-21 17:31:54 +0000 |
commit | ea6a29ca23ce9e658325d76f6ca2857f2aa53034 (patch) | |
tree | c20c59922ee2b5acae3f8bfbf4e28526ea8f6fe4 /sys-apps/yaboot | |
parent | cleanup (diff) | |
download | historical-ea6a29ca23ce9e658325d76f6ca2857f2aa53034.tar.gz historical-ea6a29ca23ce9e658325d76f6ca2857f2aa53034.tar.bz2 historical-ea6a29ca23ce9e658325d76f6ca2857f2aa53034.zip |
fixed missing macos (for macosx)
Diffstat (limited to 'sys-apps/yaboot')
-rw-r--r-- | sys-apps/yaboot/files/yabootconfig | 2 |
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 |