| One bug comes from a previous patch of mine that wasn't correctly
applied (a dot at the end of 'libcsnd.so' is missing).
The other was intended to be fixed by a previous patch of mine that
was never applied.
Below are the patches updated for 5.12.1.
Regards
--
Carlos
274,275c274,275
< elif i[:11] == 'libcsnd.so':
< err = installLink(i, concatPath([libDir, 'libcsnd.so']))
---
> elif i[:11] == 'libcsnd.so.':
> err = installLink(i, concatPath([libDir, 'libcsnd.so']))
338c338
< fileName = concatPath([xmgDir, i, 'LC_MESSAGES/csound5.mo'])
---
> fileName = concatPath([instDir, xmgDir, i, 'LC_MESSAGES/csound5.mo'])
------------------------------------------------------------------------------
_______________________________________________
Csound-devel mailing list
Csound-devel@lists.sourceforge.net |