[DOC] Adds specific command to be run to apply patches

This commit is contained in:
Jorge Enrique Gómez Gómez 2021-10-07 16:53:25 +00:00
parent 67513de3d3
commit 4939cabe2b

View File

@ -163,6 +163,6 @@ case $Modules in
esac
echo "~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~"
echo "Remember to review patches that may need to be applied"
echo " to code in $DEST"
echo " by the script apply_patches.sh"
echo " to code in ${DEST}"
echo " by the script apply_patches.sh -o ${Modules}"
echo "~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~"