We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2e04d34 commit 0d951e4Copy full SHA for 0d951e4
src/modules/moonraker/start_chroot_script
@@ -41,11 +41,11 @@ gitclone MOONRAKER_REPO moonraker
41
42
## Step 3: grep PKGLIST from install-moonraker.sh for dependencies
43
echo_green "Generating packages file ..."
44
-grep "PKGLIST=" "${MN_BUILD_INSTALL_SH}" >> "${MN_BUILD_PACKAGE_FILE}"
+grep "PACKAGES=" "${MN_BUILD_INSTALL_SH}" >> "${MN_BUILD_PACKAGE_FILE}"
45
46
-## Step 4: Rename PKGLIST to Module usable Var
47
-echo_green "Rename variable PKGLIST to MOONRAKER_DEPS ..."
48
-sed -i 's/PKGLIST/MOONRAKER_DEPS/g' "${MN_BUILD_PACKAGE_FILE}"
+## Step 4: Rename PACKAGES to Module usable Var
+echo_green "Rename variable PACKAGES to MOONRAKER_DEPS ..."
+sed -i 's/PACKAGES/MOONRAKER_DEPS/g' "${MN_BUILD_PACKAGE_FILE}"
49
50
## Step 5: Source cn_package.lst file
51
# shellcheck disable=SC1090
0 commit comments