gpart is present only on i386 arch (#672611)

Don't try to install it on other archs.
This commit is contained in:
Martin Gracik 2011-01-26 11:29:15 +01:00
parent 7a98dc4ca6
commit 8d4be0f87c
1 changed files with 1 additions and 1 deletions

View File

@ -7,6 +7,7 @@ install "anaconda"
install "kernel"
% if basearch == "i386":
install "kernel-PAE"
install "gpart"
% endif
## other required packages
@ -48,7 +49,6 @@ install "gnome-python2-gconf"
##install "gnome-themes-legacy"
install "gnome-themes-standard"
install "gobject-introspection"
install "gpart"
install "groff"
install "grub"
install "gtk+"