]> git.pld-linux.org Git - packages/plplot.git/commitdiff
- fix python-gnome bindings install dir
authorJan Rękorajski <baggins@pld-linux.org>
Mon, 7 Apr 2008 14:41:49 +0000 (14:41 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    plplot-gnome-python.patch -> 1.1

plplot-gnome-python.patch [new file with mode: 0644]

diff --git a/plplot-gnome-python.patch b/plplot-gnome-python.patch
new file mode 100644 (file)
index 0000000..c26b9d5
--- /dev/null
@@ -0,0 +1,24 @@
+--- plplot-5.8.0/bindings/gnome2/python/Makefile.am~   2007-11-18 21:04:01.000000000 +0100
++++ plplot-5.8.0/bindings/gnome2/python/Makefile.am    2008-04-07 16:19:43.000000000 +0200
+@@ -38,7 +38,7 @@
+ # Must have "exec" in the name.
+-ourexecpythondir = $(pythondir)
++ourexecpythondir = $(pyexecdir)
+ libplplot = $(top_builddir)/src/libplplot$(LIB_TAG).la
+@@ -110,10 +110,10 @@
+ if enable_pygcw
+ gcwmoduleexecpython_LTLIBRARIES = gcwmodule.la
+-gcwmoduleexecpythondir = $(pythondir)
++gcwmoduleexecpythondir = $(pyexecdir)
+ cplplotcanvasmoduleexecpython_LTLIBRARIES = cplplotcanvasmodule.la
+-cplplotcanvasmoduleexecpythondir = $(pythondir)
++cplplotcanvasmoduleexecpythondir = $(pyexecdir)
+ cplplotcanvasmoduleexecpython_DATA = plplotcanvas.py
This page took 0.194605 seconds and 4 git commands to generate.