On 14.04.2023 09:44, P.O. Jonsson wrote:
While working on creating a source package for #1854 I realized that all our artifacts starts off with ooRexx-,  in CamelFont. It comes from this line in CMakeLists.txt

set(CPACK_PACKAGE_NAME "ooRexx")

Since we have a requirement in the build to keep all other parts in lowercase (example -DOS_DIST=centos9 etc) this is a bit odd. I would like to change this to

set(CPACK_PACKAGE_NAME "oorexx")

Any objections?

Not at all, it seems that all lowercase is the norm on Unix systems and necessary for distributions. Please go for it!

---rony



_______________________________________________
Oorexx-devel mailing list
Oorexx-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/oorexx-devel

Reply via email to