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
2005-07-13 Edward Hervey <edward@fluendo.com>
+ * Makefile.am: (install-data-local):
+ PYGSTDIR typo fix
+
* examples/bps.py:
* examples/f2f.py:
* examples/gstfile.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