handle ppc64 like ppc

This commit is contained in:
Will Woods 2011-07-20 16:48:39 -04:00
parent 3099c0a44d
commit 7206937210

View File

@ -17,7 +17,7 @@ installpkg kernel
%endif
## x86 specific packages
%if basearch == "i386" or basearch == "x86_64":
%if basearch in ("i386", "x86_64"):
installpkg biosdevname
installpkg efibootmgr
installpkg firstaidkit-plugin-grub
@ -26,7 +26,7 @@ installpkg kernel
%endif
## ppc specific packages
%if basearch == "ppc":
%if basearch in ("ppc", "ppc64"):
installpkg fbset
installpkg hfsutils
installpkg kernel-bootwrapper