fix: copy genapkovl-bee_debug.sh to ~/.mkimage in build-debug.sh
This commit is contained in:
@@ -93,6 +93,7 @@ echo "=== building ISO ==="
|
|||||||
# ~/.mkimage is the user plugin directory loaded by mkimage.sh.
|
# ~/.mkimage is the user plugin directory loaded by mkimage.sh.
|
||||||
mkdir -p "${HOME}/.mkimage"
|
mkdir -p "${HOME}/.mkimage"
|
||||||
cp "${BUILDER_DIR}/mkimg.bee_debug.sh" "${HOME}/.mkimage/"
|
cp "${BUILDER_DIR}/mkimg.bee_debug.sh" "${HOME}/.mkimage/"
|
||||||
|
cp "${BUILDER_DIR}/genapkovl-bee_debug.sh" "${HOME}/.mkimage/"
|
||||||
|
|
||||||
# Export overlay dir so the profile script can find it regardless of SRCDIR.
|
# Export overlay dir so the profile script can find it regardless of SRCDIR.
|
||||||
export BEE_OVERLAY_DIR="${OVERLAY_DIR}"
|
export BEE_OVERLAY_DIR="${OVERLAY_DIR}"
|
||||||
|
|||||||
Reference in New Issue
Block a user