base-system: fix native build.

This commit is contained in:
Juan RP 2013-11-14 12:01:50 +01:00
parent 0081d029f3
commit e6233b92b5

View File

@ -16,9 +16,9 @@ makedepends="
iproute2 iputils bridge-utils ifenslave iw wpa_supplicant xbps netbsd-wtf
nvi sudo wifi-firmware linux void-artwork nss-mdns traceroute ethtool parted"
if [ "$XBPS_TARGET_ARCH" = "i686" ]; then
if [ "$XBPS_MACHINE" = "i686" ]; then
makedepends+=" grub"
elif [ "$XBPS_TARGET_ARCH" = "x86_64" ]; then
elif [ "$XBPS_MACHINE" = "x86_64" ]; then
makedepends+=" grub-x86_64-efi"
elif [ "$XBPS_TARGET_ARCH" = "armv6l" ]; then
# XXX only for Raspberry Pi