summaryrefslogtreecommitdiff
path: root/package/gentooinstall/Makefile
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2016-11-03 18:22:18 +0100
committerWaldemar Brodkorb <wbx@openadk.org>2018-06-08 20:11:17 +0200
commit72355950a683de4bc70f83ca2cd843216d6556f6 (patch)
tree70d00c20bd4a7f68cab365d629116fc25a0e2b80 /package/gentooinstall/Makefile
parent20863d6664c4ea59f7f51b3044b97db6af9d2241 (diff)
add sample for lenovo x200, fix gentooinstaller
Diffstat (limited to 'package/gentooinstall/Makefile')
-rw-r--r--package/gentooinstall/Makefile5
1 files changed, 2 insertions, 3 deletions
diff --git a/package/gentooinstall/Makefile b/package/gentooinstall/Makefile
index 251e38a3d..0af6a1970 100644
--- a/package/gentooinstall/Makefile
+++ b/package/gentooinstall/Makefile
@@ -9,7 +9,6 @@ PKG_RELEASE:= 1
PKG_DESCR:= gentoo disk installer
PKG_SECTION:= base/adk
PKG_DEPENDS:= mke2fs parted sfdisk dosfstools mksh
-PKG_DEPENDS+= grub grub-tools
PKG_KDEPENDS:= ext4-fs
NO_DISTFILES:= 1
@@ -22,8 +21,8 @@ CONFIG_STYLE:= manual
BUILD_STYLE:= manual
INSTALL_STYLE:= manual
-fwinstall-install:
+gentooinstall-install:
$(INSTALL_DIR) $(IDIR_GENTOOINSTALL)/usr/sbin
- $(INSTALL_BIN) $(WRKBUILD)/fwinstall $(IDIR_GENTOOINSTALL)/usr/sbin
+ $(INSTALL_BIN) $(WRKBUILD)/gentooinstall $(IDIR_GENTOOINSTALL)/usr/sbin
include ${ADK_TOPDIR}/mk/pkg-bottom.mk