mirror of
https://github.com/void-linux/void-packages.git
synced 2025-07-28 16:32:57 +02:00
base-system: fix native build.
This commit is contained in:
parent
0081d029f3
commit
e6233b92b5
1 changed files with 2 additions and 2 deletions
|
@ -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…
Add table
Reference in a new issue