Merge pull request #1291 from jooola/fix/rename_apt_requirements_dir

Rename apt requirements directory to apt
This commit is contained in:
Kyle Robbertze 2021-08-15 17:16:23 +02:00 committed by GitHub
commit 1b3368f207
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 1 additions and 1 deletions

View File

@ -713,7 +713,7 @@ if [ "$ignore_dependencies" = "f" ]; then
if [ -x /usr/bin/apt-get ]; then
verbose "\n * Reading requirements-${dist}-${code}.apt..."
loudCmd "apt-get -q update"
package_list_file="${SCRIPT_DIR}/installer/lib/requirements-${dist}-${code}.apt"
package_list_file="${SCRIPT_DIR}/installer/apt/requirements-${dist}-${code}.apt"
if [ ! -f "$package_list_file" ]; then
echo "ERROR: package file does not exist: $package_list_file" >&2
exit 1