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