From: Hugo Villeneuve Date: Sat, 27 Dec 2014 17:11:15 +0000 (-0500) Subject: Update kmod for new install dir option X-Git-Url: http://gitweb.hugovil.com/?p=hvlinux.git;a=commitdiff_plain;h=77bcf79823c18609f64b3915f47751ec4f446350 Update kmod for new install dir option --- 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: