]> git.pld-linux.org Git - packages/plplot.git/blame - plplot-gnome-python.patch
- fixed octave dirs
[packages/plplot.git] / plplot-gnome-python.patch
CommitLineData
8d0dff8e
JR
1--- plplot-5.8.0/bindings/gnome2/python/Makefile.am~ 2007-11-18 21:04:01.000000000 +0100
2+++ plplot-5.8.0/bindings/gnome2/python/Makefile.am 2008-04-07 16:19:43.000000000 +0200
3@@ -38,7 +38,7 @@
4
5
6 # Must have "exec" in the name.
7-ourexecpythondir = $(pythondir)
8+ourexecpythondir = $(pyexecdir)
9
10 libplplot = $(top_builddir)/src/libplplot$(LIB_TAG).la
11
12@@ -110,10 +110,10 @@
13 if enable_pygcw
14
15 gcwmoduleexecpython_LTLIBRARIES = gcwmodule.la
16-gcwmoduleexecpythondir = $(pythondir)
17+gcwmoduleexecpythondir = $(pyexecdir)
18
19 cplplotcanvasmoduleexecpython_LTLIBRARIES = cplplotcanvasmodule.la
20-cplplotcanvasmoduleexecpythondir = $(pythondir)
21+cplplotcanvasmoduleexecpythondir = $(pyexecdir)
22 cplplotcanvasmoduleexecpython_DATA = plplotcanvas.py
23
24
This page took 0.069787 seconds and 4 git commands to generate.