From 204d6d4f744a7c4697563dac491ed9d89321a03c Mon Sep 17 00:00:00 2001 From: MilhouseVH Date: Mon, 30 Dec 2019 04:06:26 +0000 Subject: [PATCH] scripts/install: recursively install initramfs:target dependencies after PR4042 --- scripts/install | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/install b/scripts/install index 31efa88a63..117d4f707c 100755 --- a/scripts/install +++ b/scripts/install @@ -45,7 +45,7 @@ mkdir -p ${STAMPS_INSTALL}/${PKG_NAME} ${SCRIPTS}/build "${1}" "${PARENT_PKG}" -if is_sequential_build; then +if is_sequential_build || [ "${PARENT_PKG}" = "initramfs:target" ]; then if [ "${TARGET}" = "target" ] ; then for p in ${PKG_DEPENDS_TARGET}; do ${SCRIPTS}/install "${p}" "${PARENT_PKG}"