From 77bcf79823c18609f64b3915f47751ec4f446350 Mon Sep 17 00:00:00 2001 From: Hugo Villeneuve Date: Sat, 27 Dec 2014 12:11:15 -0500 Subject: [PATCH] Update kmod for new install dir option --- stage1/hv-install-2 | 2 +- stage1/pkg/kmod | 15 --------------- 2 files changed, 1 insertion(+), 16 deletions(-) diff --git a/stage1/hv-install-2 b/stage1/hv-install-2 index 520921b..8b7b955 100755 --- a/stage1/hv-install-2 +++ b/stage1/hv-install-2 @@ -63,7 +63,7 @@ ipkg -i ${LFS} ${SHADOW} "\ LDFLAGS="-Wl,-lpthread,-ldl" \ ipkg ${E2FSPROGS} ipkg -m noac ${SYSVINIT} -ipkg ${KMOD} +ipkg -i ${LFS} ${KMOD} "--bindir=/bin" ipkg ${EUDEV} ipkg -c -m noac ${KERNEL} diff --git a/stage1/pkg/kmod b/stage1/pkg/kmod index 783d8ce..6810c46 100644 --- a/stage1/pkg/kmod +++ b/stage1/pkg/kmod @@ -1,20 +1,5 @@ #!/bin/bash -hvconfig_pre() -{ - CONFIGURE_OPTS="\ - --prefix=/tools \ - --bindir=/bin \ - --build=${CLFS_HOST} \ - --host=${CLFS_TARGET}" -} - -hvbuild() -{ - make - make DESTDIR=${LFS} install -} - hvbuild_post() { # Create symbolic links for programs that expect Module-Init-Tools: -- 2.20.1