base-system: fix native build.
This commit is contained in:
parent
0081d029f3
commit
e6233b92b5
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user