aboutsummaryrefslogtreecommitdiff
path: root/net-p2p/museek+/files/patch-Mucipher_python_SConscript
blob: b4b0ef4f1442aa61fa4ba30986cb14c02648b230 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
--- Mucipher/python/SConscript.orig	Sat Aug 12 13:50:30 2006
+++ Mucipher/python/SConscript	Sat Aug 12 13:51:26 2006
@@ -28,7 +28,7 @@
 
     mucipherc = env_swigpy.SharedLibrary('_mucipherc', sources, SWIGFLAGS='-python')
 
-    py_dest = env['DESTDIR'] + os.path.join(sys.prefix, "lib", "python" + py_ver, "site-packages")
+    py_dest = env['DESTDIR'] + "%%PYTHONPREFIX_SITELIBDIR%%"
 
     install = env.Install(py_dest, source = [ mucipherc, 'mucipherc.py',  'mucipher.py'])