aboutsummaryrefslogtreecommitdiff
path: root/net-p2p/museekplus/files/patch-Mucipher_python_SConscript
diff options
context:
space:
mode:
Diffstat (limited to 'net-p2p/museekplus/files/patch-Mucipher_python_SConscript')
-rw-r--r--net-p2p/museekplus/files/patch-Mucipher_python_SConscript11
1 files changed, 11 insertions, 0 deletions
diff --git a/net-p2p/museekplus/files/patch-Mucipher_python_SConscript b/net-p2p/museekplus/files/patch-Mucipher_python_SConscript
new file mode 100644
index 000000000000..b4b0ef4f1442
--- /dev/null
+++ b/net-p2p/museekplus/files/patch-Mucipher_python_SConscript
@@ -0,0 +1,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'])
+