base-system: makedepends is unnecessary now.
This commit is contained in:
parent
c561098f15
commit
135ab695a6
1 changed files with 2 additions and 2 deletions
|
@ -20,8 +20,8 @@ depends="
|
|||
void-artwork traceroute ethtool parted kmod"
|
||||
|
||||
case "$XBPS_TARGET_MACHINE" in
|
||||
i686) makedepends+=" linux grub"; depends+=" linux grub";;
|
||||
x86_64) makedepends+=" linux grub-x86_64-efi"; depends+=" linux grub-x86_64-efi";;
|
||||
i686) depends+=" linux grub";;
|
||||
x86_64) depends+=" linux grub-x86_64-efi";;
|
||||
esac
|
||||
|
||||
do_install() {
|
||||
|
|
Loading…
Reference in a new issue