We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6a796e9 commit 57c973dCopy full SHA for 57c973d
scripts/compile-milkymist-firmware.sh
@@ -140,7 +140,7 @@ cp ${MILKYMIST_GIT_DIR}/autotest-m1.git/src/boot*.bin ${IMAGES_DIR}/
140
141
echo "build data patitions ..."
142
mkdir -p ${IMAGES_DIR}/data.flash5/patchpool
143
-find ${MILKYMIST_GIT_DIR}/flickernoise.git/patches -name "*.fnp" -exec cp {} ${IMAGES_DIR}/data.flash5/patchpool \;
+cp -af ${MILKYMIST_GIT_DIR}/flickernoise.git/patches/* ${IMAGES_DIR}/data.flash5/patchpool
144
145
make -C ${MILKYMIST_GIT_DIR}/rtems-yaffs2.git/utils nor-mkyaffs2image
146
0 commit comments