From 4a1c24c3c1c4db2aa462a0400efe31658ae7d7c6 Mon Sep 17 00:00:00 2001 From: Waldemar Brodkorb Date: Mon, 14 Apr 2014 21:08:46 +0200 Subject: remove qemu-host dependency --- package/grub/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'package/grub') diff --git a/package/grub/Makefile b/package/grub/Makefile index 9e43242aa..ee0b214c4 100644 --- a/package/grub/Makefile +++ b/package/grub/Makefile @@ -9,7 +9,7 @@ PKG_RELEASE:= 5 PKG_MD5SUM:= e927540b6eda8b024fb0391eeaa4091c PKG_DESCR:= GRUB2 bootloader PKG_SECTION:= boot -PKG_BUILDDEP:= bison-host qemu-host +PKG_BUILDDEP:= bison-host PKG_URL:= http://www.gnu.org/software/grub PKG_SITES:= ftp://ftp.gnu.org/gnu/grub/ @@ -52,7 +52,7 @@ grub-install: ${INSTALL_DIR} $(IDIR_GRUB)/boot/grub/${GRUB_ARCH} ${CP} ${WRKINST}/usr/lib/grub/${GRUB_ARCH}/*{mod,lst,img} \ $(IDIR_GRUB)/boot/grub/${GRUB_ARCH}/ - ${CP} ./files/core.img.${GRUB_ARCH} \ + -${CP} ./files/core.img.${GRUB_ARCH} \ $(IDIR_GRUB)/boot/grub/core.img grub-tools-install: -- cgit v1.2.3