summaryrefslogtreecommitdiff
path: root/package/grub
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2014-04-15 12:14:18 +0200
committerWaldemar Brodkorb <wbx@openadk.org>2014-04-15 12:14:18 +0200
commit312874bb7f67f4d40fd6f9f22575fdbcc067a9cd (patch)
tree1872fe798c3785430fb35e4b2022f4967aed415d /package/grub
parent5c6a603837ab8c52f4194ac0448869098e9a69e8 (diff)
parent67f34421f0ae00adc39cbf016e4b33d2817b854d (diff)
Merge branch 'master' of git+ssh://openadk.org/git/openadk
Diffstat (limited to 'package/grub')
-rw-r--r--package/grub/Makefile4
1 files changed, 2 insertions, 2 deletions
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: