From: Kevin Day Date: Thu, 11 Dec 2025 05:53:29 +0000 (-0600) Subject: Bugfix: Multiple dependencies files, not handling all of the dependencies. X-Git-Tag: 0.8.0~34 X-Git-Url: https://www.git.kevux.org/?a=commitdiff_plain;h=8c6dc19283d97a46c229da117ef7fd16c489faa8;p=fll Bugfix: Multiple dependencies files, not handling all of the dependencies. A single stand alone project is not properly getting all of the FLL sources when multiple dependency files are specified and they have different dependencies. This now ensures that all properly named `dependencies` files are processed. --- diff --git a/build/scripts/package.sh b/build/scripts/package.sh index f52195a..c6ed04b 100644 --- a/build/scripts/package.sh +++ b/build/scripts/package.sh @@ -2381,7 +2381,7 @@ package_operation_stand_alone() { fi if [[ -f ${package}data/build/dependencies ]] ; then - packages=$(grep -shoP '^\s*[^\s]+' ${package}data/build/dependencies | sed -e 's|^[[:space:]]*||g') + packages=$(grep -shoP '^\s*[^\s]+' ${package}data/build/dependencies* | sed -e 's|^[[:space:]]*||g') if [[ ${packages} != "" ]] ; then for package_sub in ${packages} ; do