base-system-systemd: makedepends is unnecessary now.
This commit is contained in:
parent
135ab695a6
commit
d98bdd32f4
1 changed files with 2 additions and 2 deletions
|
@ -21,6 +21,6 @@ depends="
|
||||||
parted kmod"
|
parted kmod"
|
||||||
|
|
||||||
case "$XBPS_TARGET_MACHINE" in
|
case "$XBPS_TARGET_MACHINE" in
|
||||||
i686) makedepends+=" linux grub"; depends+=" linux grub";;
|
i686) depends+=" linux grub";;
|
||||||
x86_64) makedepends+=" linux grub-x86_64-efi"; depends+=" linux grub-x86_64-efi";;
|
x86_64) depends+=" linux grub-x86_64-efi";;
|
||||||
esac
|
esac
|
||||||
|
|
Loading…
Add table
Reference in a new issue