diff options
author | Marco Bonetti <sid77@slackware.it> | 2011-09-23 16:34:55 -0300 |
---|---|---|
committer | Niels Horn <niels.horn@slackbuilds.org> | 2011-09-23 16:34:55 -0300 |
commit | 4d96c6ff923adbd841299feb3f5dda9b95b2ec2a (patch) | |
tree | 27822c8df29fac49092473d0f1719fde13fa36a5 /python/pycxx/installpath.diff | |
parent | 1fed481a94652ad55a2eca784342ef66a515c18e (diff) | |
download | slackbuilds-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.diff | 12 |
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): |