1--- Csound5.12.1/install.py.orig	2010-12-26 23:57:36.556893990 +0000
2+++ Csound5.12.1/install.py	2010-12-27 00:04:26.322205519 +0000
3@@ -288,7 +288,7 @@
4 #err = installFile('opcodes.dir', pluginDir)
5 installErrors = installErrors or err
6 pluginList = findFiles('.', 'lib[A-Za-z].*\\.so')
7-for i in ['libcsound.so', 'libcsound64.so']:
8+for i in ['libcsound.so', 'libcsound64.so', 'libcsnd.so']:
9     if i in pluginList:
10         pluginList.remove(i)
11 for i in pluginList:
12@@ -305,6 +305,7 @@
13
14 print ' === Installing language interfaces ==='
15 wrapperList = [['csnd\\.py', '0', pythonDir],
16+               ['_csnd\\.so', '1', pythonDir],
17                ['loris\\.py', '0', pythonDir],
18                ['CsoundVST\\.py', '0', pythonDir],
19                ['scoregen\\.py', '0', pythonDir],
20