aboutsummaryrefslogtreecommitdiff
path: root/math/py-matplotlib/files/patch-setup.py
diff options
context:
space:
mode:
Diffstat (limited to 'math/py-matplotlib/files/patch-setup.py')
-rw-r--r--math/py-matplotlib/files/patch-setup.py11
1 files changed, 11 insertions, 0 deletions
diff --git a/math/py-matplotlib/files/patch-setup.py b/math/py-matplotlib/files/patch-setup.py
new file mode 100644
index 000000000000..b594846178ec
--- /dev/null
+++ b/math/py-matplotlib/files/patch-setup.py
@@ -0,0 +1,11 @@
+--- setup.py.orig Wed Aug 4 11:22:03 2004
++++ setup.py Wed Aug 4 11:22:48 2004
+@@ -66,7 +66,7 @@
+ data.extend(glob.glob('images/*.ppm'))
+ data.append('.matplotlibrc')
+
+-data_files=[('share/matplotlib', data),]
++data_files=[('share/py-matplotlib', data),]
+
+ cxx = glob.glob('CXX/*.cxx')
+ cxx.extend(glob.glob('CXX/*.c'))