Don't attempt to make ppc CDs bootable after #1

This commit is contained in:
Steve McIntyre 2006-11-27 09:43:10 +00:00
parent 9b44f8f3e0
commit 3f2f6c11e3
1 changed files with 4 additions and 0 deletions

View File

@ -27,6 +27,10 @@ fi
cd $CDDIR/..
if [ $N != 1 -a $N != 1_NONUS ]; then
exit 0
fi
install_languages $CDDIR
add_mkisofs_opt $N.mkisofs_opts "--iso-level 2"