From 1ed1da92db0bc4591978d4c737209ce05819e925 Mon Sep 17 00:00:00 2001 From: Edward Hervey Date: Wed, 13 Jul 2005 13:55:25 +0000 Subject: [PATCH] Makefile.am: PYGSTDIR typo fix Original commit message from CVS: * Makefile.am: (install-data-local): PYGSTDIR typo fix * examples/bps.py: * examples/f2f.py: * examples/gstfile.py: Updated some examples to 0.9 --- ChangeLog | 3 +++ Makefile.am | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index 1de66f4..ba28b02 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,8 @@ 2005-07-13 Edward Hervey + * Makefile.am: (install-data-local): + PYGSTDIR typo fix + * examples/bps.py: * examples/f2f.py: * examples/gstfile.py: diff --git a/Makefile.am b/Makefile.am index 39e5da5..09ea663 100644 --- a/Makefile.am +++ b/Makefile.am @@ -31,7 +31,7 @@ all-local: pygst.py # rewrite pygst path in installed pygst.py, install pth file. install-data-local: Makefile $(mkinstalldirs) $(DESTDIR)$(pythondir) - sed -e "s|@PYGSTDIR\@|$(PYTHONDIR)/$(GST_MAJORMINOR)|g" \ + sed -e "s|@PYGSTDIR\@|$(PYTHONDIR)/gst-$(GST_MAJORMINOR)|g" \ -e "s|@GST_MAJORMINOR\@|$(GST_MAJORMINOR)|g" \ $(srcdir)/pygst.py.in > $(DESTDIR)$(pythondir)/pygst.py chmod 644 $(DESTDIR)$(pyexecdir)/pygst.py -- 2.7.4