23740c231d
- Transfer maintainership to Silver Salonen <silver@ultrasoft.ee>. Patch by: Silver Salonen <silver@ultrasoft.ee>
10 lines
390 B
Text
10 lines
390 B
Text
--- Mucipher/python/SConscript.orig Sat Aug 12 13:50:30 2006
|
|
+++ Mucipher/python/SConscript Sat Aug 12 13:51:26 2006
|
|
@@ -38,6 +38,6 @@
|
|
|
|
mucipherc = mucipherc[0]
|
|
- py_dest = env['DESTDIR'] + os.path.join(sys.prefix, "lib", "python" + py_ver, "site-packages")
|
|
+ py_dest = env['DESTDIR'] + "%%PYTHONPREFIX_SITELIBDIR%%"
|
|
|
|
dp1 = env_swigpy.Install(py_dest, 'mucipherc.py')
|
|
|