mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-26 09:46:09 +00:00
23740c231d
- Transfer maintainership to Silver Salonen <silver@ultrasoft.ee>. Patch by: Silver Salonen <silver@ultrasoft.ee>
12 lines
525 B
Plaintext
12 lines
525 B
Plaintext
--- 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)
|