summaryrefslogtreecommitdiffstats
path: root/core/modules/busybox
diff options
context:
space:
mode:
Diffstat (limited to 'core/modules/busybox')
-rw-r--r--core/modules/busybox/module.build7
1 files changed, 1 insertions, 6 deletions
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"
}