aboutsummaryrefslogtreecommitdiff
path: root/net-p2p/museek+/files/patch-mucous_pymucous_SConscript
diff options
context:
space:
mode:
Diffstat (limited to 'net-p2p/museek+/files/patch-mucous_pymucous_SConscript')
-rw-r--r--net-p2p/museek+/files/patch-mucous_pymucous_SConscript11
1 files changed, 0 insertions, 11 deletions
diff --git a/net-p2p/museek+/files/patch-mucous_pymucous_SConscript b/net-p2p/museek+/files/patch-mucous_pymucous_SConscript
deleted file mode 100644
index 5aafa5f8c66c..000000000000
--- a/net-p2p/museek+/files/patch-mucous_pymucous_SConscript
+++ /dev/null
@@ -1,11 +0,0 @@
---- mucous/pymucous/SConscript.orig Sat Aug 12 14:06:25 2006
-+++ mucous/pymucous/SConscript Sat Aug 12 14:07:11 2006
-@@ -8,7 +8,7 @@
-
- import sys, os
- py_ver = str(sys.version_info[0]) + "." + str(sys.version_info[1])
--py_dest = env['DESTDIR'] + os.path.join(sys.prefix, "lib", "python" + py_ver, "site-packages", "pymucous")
-+py_dest = env['DESTDIR'] + os.path.join("%%PYTHONPREFIX_SITELIBDIR%%", "pymucous")
-
- install = env.Install(py_dest, files)
- env.Alias('install_mucous', install)