Csound Csound-dev Csound-tekno Search About

[Cs-dev] Bugs and patches for install.py

Date2010-05-18 14:34
FromCarlos Pita
Subject[Cs-dev] Bugs and patches for install.py
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