From 6ee8a94b59230559665b576c0ce04c46630a9075 Mon Sep 17 00:00:00 2001 From: Jonathan Bauer Date: Fri, 9 Jul 2021 16:40:45 +0200 Subject: bwlp: remove busybox from target its only needed in stage31. dracut builds it on its own. Both copy it to stage32/stage4 so no need to install it in bwlp target. Also makes the REMOTE_LOCAL_INSTALL check obsolete. --- core/modules/busybox/module.build | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) (limited to 'core/modules/busybox') diff --git a/core/modules/busybox/module.build b/core/modules/busybox/module.build index 27270a2c..fdf89a19 100644 --- a/core/modules/busybox/module.build +++ b/core/modules/busybox/module.build @@ -32,12 +32,7 @@ build() { pinfo "Running make (if this hangs, check for unset options, ie. when you increased the REQUIRED_BRANCH)" make || perror "failed." pinfo "Running make install" - local INSTALL_PREFIX - if [ -n "$REMOTE_LOCAL_INSTALL" ]; then - INSTALL_PREFIX="${MODULE_BUILD_DIR}/opt/openslx" - else - INSTALL_PREFIX="${MODULE_BUILD_DIR}" - fi + local INSTALL_PREFIX="${MODULE_BUILD_DIR}" make CONFIG_PREFIX="${INSTALL_PREFIX}" install || perror "failed" rm -f "${INSTALL_PREFIX}/bin/mount" "${INSTALL_PREFIX}/bin/umount" "${INSTALL_PREFIX}/bin/bash" } -- cgit v1.2.3-55-g7522