joaquimorg / uv-k5-firmware-custom

Open implementation of the Quansheng UV-K5/K6/5R firmware
https://www.joaquim.org
Apache License 2.0
109 stars 25 forks source link

Fix a typo in the build script #44

Closed westhecool closed 8 months ago

westhecool commented 8 months ago

The code cp firmware* compiled-firmware/ attempts to copy the directory "firmware" to the directory "compiled-firmware" but the recursive flag is not specified. So instead I changed it to copy the contents of the directory to the other directory.