We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3462fe3 commit 73e5c8bCopy full SHA for 73e5c8b
1 file changed
recipes/core/busybox.yaml
@@ -62,7 +62,7 @@ buildScript: |
62
popd #build
63
64
if [[ -f build/busybox_unstripped ]] ; then
65
- mkdir install/bin/.debug
+ mkdir -p install/bin/.debug
66
cp build/busybox_unstripped install/bin/.debug/busybox
67
${CROSS_COMPILE}objcopy --add-gnu-debuglink=install/bin/.debug/busybox install/bin/busybox
68
fi
0 commit comments