mirror of
https://github.com/LibreELEC/LibreELEC.tv
synced 2025-09-24 19:46:01 +07:00
scripts/install: recursively install initramfs:target dependencies after PR4042
This commit is contained in:
@@ -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}"
|
||||
|
||||
Reference in New Issue
Block a user