Skip to content

Commit 2ea83df

Browse files
e2bclaude
authored andcommitted
fix(orchestrator): update busybox path from internal/ to pkg/ in fetch-busybox
The internal/ → pkg/ restructuring on main renamed the template build directory, but fetch-busybox still referenced the old internal/ path. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
1 parent 7972250 commit 2ea83df

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

packages/orchestrator/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -135,7 +135,7 @@ build-template:
135135
.PHONY: fetch-busybox
136136
fetch-busybox:
137137
@ARCH=$(BUILD_ARCH); \
138-
BUSYBOX_TARGET=./internal/template/build/core/systeminit/busybox_1.36.1-2; \
138+
BUSYBOX_TARGET=./pkg/template/build/core/systeminit/busybox_1.36.1-2; \
139139
if [ "$$ARCH" != "arm64" ]; then \
140140
echo "✓ Using bundled amd64 busybox"; \
141141
elif file "$$BUSYBOX_TARGET" 2>/dev/null | grep -q 'aarch64\|ARM aarch64'; then \

0 commit comments

Comments
 (0)