base-system: drop grub dependency.
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
# Template file for 'base-system'
|
||||
pkgname=base-system
|
||||
version=0.93
|
||||
version=0.94
|
||||
revision=1
|
||||
build_style=meta
|
||||
homepage="http://www.voidlinux.eu/"
|
||||
@@ -10,7 +10,6 @@ license="Public domain"
|
||||
|
||||
replaces="base-system-runit>=0"
|
||||
|
||||
makedepends="gcc glibc"
|
||||
depends="
|
||||
base-files>=0.77 ncurses coreutils findutils glibc-locales diffutils
|
||||
dash bash grep gzip file sed gawk less util-linux which tar man-pages
|
||||
@@ -20,8 +19,8 @@ depends="
|
||||
void-artwork traceroute ethtool kmod"
|
||||
|
||||
case "$XBPS_TARGET_MACHINE" in
|
||||
i686) depends+=" linux grub";;
|
||||
x86_64) depends+=" linux grub-x86_64-efi";;
|
||||
i686) depends+=" linux";;
|
||||
x86_64) depends+=" linux";;
|
||||
esac
|
||||
|
||||
do_install() {
|
||||
|
||||
Reference in New Issue
Block a user