30 Jan
2023
30 Jan
'23
10:09 p.m.
On 29/01/2023 15:47, Dan Smith via chirp_devel wrote:
sed "s/CHIRP_VERSION/'$VERSION'/" setup.py
Actually, let me just do this in the sdist. I don't love it, but since from-sdist people will have to do this eventually, doing it in the build of the tarball will make them all consistent.
--Dan
Excellent!
Also: For now I used chirp.1 man page but swapped all the 'chirpw' for 'chirp'. sed -i 's/chirpw/chirp/g' chirp/share/chirpw.1
Barry