diff options
Diffstat (limited to 'net-p2p/museekplus/files/patch-python-bindings_museek_SConscript')
-rw-r--r-- | net-p2p/museekplus/files/patch-python-bindings_museek_SConscript | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/net-p2p/museekplus/files/patch-python-bindings_museek_SConscript b/net-p2p/museekplus/files/patch-python-bindings_museek_SConscript new file mode 100644 index 000000000000..02eadc281767 --- /dev/null +++ b/net-p2p/museekplus/files/patch-python-bindings_museek_SConscript @@ -0,0 +1,11 @@ +--- python-bindings/museek/SConscript.orig 2007-08-21 09:25:18.000000000 +0300 ++++ python-bindings/museek/SConscript 2007-10-18 11:30:12.000000000 +0300 +@@ -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", "museek") ++py_dest = env['DESTDIR'] + os.path.join("%%PYTHONPREFIX_SITELIBDIR%%", "museek") + + install = env.Install(py_dest, files) + env.Alias('install_pymuseekd', install) |