release
Doug Coleman 2007-11-24 22:34:53 -06:00
parent 9320a69451
commit aa25860b5b
1 changed files with 1 additions and 1 deletions

View File

@ -148,7 +148,7 @@ set_build_info() {
MAKE_TARGET=$OS-$ARCH-$WORD
BOOT_IMAGE=boot.$ARCH.$WORD.image
if [[ $OS == macosx && $ARCH=ppc ]] ; then
if [[ $OS == macosx && $ARCH == ppc ]] ; then
MAKE_TARGET=$OS-$ARCH
BOOT_IMAGE=boot.macosx-ppc.image
fi