Fix packages path in installer

This commit is contained in:
jo 2021-09-01 15:33:48 +02:00
parent fb3ee2d27a
commit 4bd76f096c
1 changed files with 1 additions and 1 deletions

View File

@ -750,7 +750,7 @@ if [ "$ignore_dependencies" = "f" ]; then
set -e
package_list=$(
"${SCRIPT_DIR}/installer/packages.py" --format=line "${code}" "${packages_files[@]}" ||
"${SCRIPT_DIR}/scripts/packages.py" --format=line "${code}" "${packages_files[@]}" ||
(echo "ERROR: could not generate packages list" >&2 && exit 1)
)
set +e