Skip to content

Commit

Permalink
Update start_chroot_script
Browse files Browse the repository at this point in the history
Fix to moonraker module dependency gathering
  • Loading branch information
ada-phillips authored Aug 3, 2024
1 parent 4c2371b commit 8827a85
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/modules/moonraker/start_chroot_script
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ gitclone MOONRAKER_REPO moonraker

## Step 3: grep PKGLIST from install-moonraker.sh for dependencies
echo_green "Generating packages file ..."
grep "PKGLIST=" "${MN_BUILD_INSTALL_SH}" >> "${MN_BUILD_PACKAGE_FILE}"
grep "PACKAGES=" "${MN_BUILD_INSTALL_SH}" >> "${MN_BUILD_PACKAGE_FILE}"

## Step 4: Rename PKGLIST to Module usable Var
echo_green "Rename variable PKGLIST to MOONRAKER_DEPS ..."
Expand Down

0 comments on commit 8827a85

Please sign in to comment.