Clear ~/.mkimage before build to prevent stale profiles
Without this, old mkimg.bee_debug.sh left from previous builds causes mkimage to build both bee and bee_debug profiles. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
@@ -158,6 +158,8 @@ echo "=== building ISO ==="
|
|||||||
|
|
||||||
# Install our mkimage profile where mkimage.sh can find it.
|
# Install our mkimage profile where mkimage.sh can find it.
|
||||||
# ~/.mkimage is the user plugin directory loaded by mkimage.sh.
|
# ~/.mkimage is the user plugin directory loaded by mkimage.sh.
|
||||||
|
# Clear ~/.mkimage to avoid stale profiles from previous builds being picked up
|
||||||
|
rm -rf "${HOME}/.mkimage"
|
||||||
mkdir -p "${HOME}/.mkimage"
|
mkdir -p "${HOME}/.mkimage"
|
||||||
cp "${BUILDER_DIR}/mkimg.bee.sh" "${HOME}/.mkimage/"
|
cp "${BUILDER_DIR}/mkimg.bee.sh" "${HOME}/.mkimage/"
|
||||||
cp "${BUILDER_DIR}/genapkovl-bee.sh" "${HOME}/.mkimage/"
|
cp "${BUILDER_DIR}/genapkovl-bee.sh" "${HOME}/.mkimage/"
|
||||||
|
|||||||
Reference in New Issue
Block a user