summaryrefslogtreecommitdiffstats
path: root/python/pycxx/installpath.diff
diff options
context:
space:
mode:
author Marco Bonetti2011-09-23 21:34:55 +0200
committer Niels Horn2011-09-23 21:34:55 +0200
commit4d96c6ff923adbd841299feb3f5dda9b95b2ec2a (patch)
tree27822c8df29fac49092473d0f1719fde13fa36a5 /python/pycxx/installpath.diff
parent1fed481a94652ad55a2eca784342ef66a515c18e (diff)
downloadslackbuilds-4d96c6ff923adbd841299feb3f5dda9b95b2ec2a.tar.gz
python/pycxx: Added (Write Python Extensions in C++)
Signed-off-by: Niels Horn <niels.horn@slackbuilds.org>
Diffstat (limited to 'python/pycxx/installpath.diff')
-rw-r--r--python/pycxx/installpath.diff12
1 files changed, 12 insertions, 0 deletions
diff --git a/python/pycxx/installpath.diff b/python/pycxx/installpath.diff
new file mode 100644
index 0000000000..f6281b8c68
--- /dev/null
+++ b/python/pycxx/installpath.diff
@@ -0,0 +1,12 @@
+diff -Naur pycxx-6.2.3.orig/setup.py pycxx-6.2.3/setup.py
+--- pycxx-6.2.3.orig/setup.py 2010-05-02 21:10:27.000000000 +0200
++++ pycxx-6.2.3/setup.py 2011-08-24 17:57:18.650467125 +0200
+@@ -13,7 +13,7 @@
+
+ def finalize_options (self):
+ if not self.install_data or (len(self.install_data) < 8) :
+- self.install_data = "$base/share/python$py_version_short"
++ self.install_data = "$base/share"
+ install.finalize_options (self)
+
+ def run (self):