diff --git a/release/robert_mfg_release.sh b/release/robert_mfg_release.sh index 3b219200..4579c128 100755 --- a/release/robert_mfg_release.sh +++ b/release/robert_mfg_release.sh @@ -76,7 +76,7 @@ echo "${README_TEXT}" > ${OUT_DIR}/README.txt # Create the requirements.txt file echo "${REQUIREMENTS_TEXT}" > ${OUT_DIR}/requirements.txt -# Copy the scripts we're interested into the ouput directory +# Copy the scripts we're interested into the output directory mkdir -p ${OUT_DIR}/scripts cp tools/hdlc.py ${OUT_DIR}/scripts/ cp tools/binutils.py ${OUT_DIR}/scripts/ diff --git a/release/silk_mfg_release.sh b/release/silk_mfg_release.sh index 497b0e76..7666476a 100755 --- a/release/silk_mfg_release.sh +++ b/release/silk_mfg_release.sh @@ -79,7 +79,7 @@ echo "${README_TEXT}" > ${OUT_DIR}/README.txt # Create the requirements.txt file echo "${REQUIREMENTS_TEXT}" > ${OUT_DIR}/requirements.txt -# Copy the scripts we're interested into the ouput directory +# Copy the scripts we're interested into the output directory mkdir -p ${OUT_DIR}/scripts cp tools/hdlc.py ${OUT_DIR}/scripts/ cp tools/binutils.py ${OUT_DIR}/scripts/