mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-24 11:16:51 +00:00
scripts/install: recursively install initramfs:target dependencies after PR4042
This commit is contained in:
parent
f173e38e54
commit
204d6d4f74
@ -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}"
|
||||
|
Loading…
x
Reference in New Issue
Block a user